diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-30 23:41:18 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-30 23:41:18 +0000 |
commit | d9da3d5f72fe3d94077df1853ea0e8fff086b57e (patch) | |
tree | 2a9793a2e8a70da9402e801a9e0c55c15f7ce3fa | |
parent | cdafd65b92ef90e32de0f297a1d82161ef63a38d (diff) | |
download | ports-d9da3d5f72fe3d94077df1853ea0e8fff086b57e.tar.gz ports-d9da3d5f72fe3d94077df1853ea0e8fff086b57e.zip |
comms/rtl-sdr: pedantic typo correction
Notes
Notes:
svn path=/head/; revision=423029
-rw-r--r-- | comms/rtl-sdr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/rtl-sdr/Makefile b/comms/rtl-sdr/Makefile index bb368fbec90f..eabb26d9621d 100644 --- a/comms/rtl-sdr/Makefile +++ b/comms/rtl-sdr/Makefile @@ -23,7 +23,7 @@ USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/share/doc/librtlsdr OPTIONS_DEFINE= DOXYGEN -OPTIONS_SUB= ues +OPTIONS_SUB= yes DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-Makefile.am |