diff options
author | mat <mat@FreeBSD.org> | 2016-09-30 16:04:11 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-09-30 16:04:11 +0000 |
commit | 5c07a1721e803e91b183a86e9700bf9a47810bc8 (patch) | |
tree | 96a1513cb17fab5e7009d5b1ecc4b963df18a760 | |
parent | 9e9859db7ed40740a16f4c3f24f000d38343658c (diff) | |
download | FreeBSD-ports-5c07a1721e803e91b183a86e9700bf9a47810bc8.zip FreeBSD-ports-5c07a1721e803e91b183a86e9700bf9a47810bc8.tar.gz |
Only build docs with doxygen inside a DOXYGEN option.
Sponsored by: Absolight
-rw-r--r-- | audio/libnjb/Makefile | 6 | ||||
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 6 | ||||
-rw-r--r-- | comms/rtl-sdr/Makefile | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/audio/libnjb/Makefile b/audio/libnjb/Makefile index db5713a..3bb1e6f 100644 --- a/audio/libnjb/Makefile +++ b/audio/libnjb/Makefile @@ -23,10 +23,10 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOXYGEN -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen -DOCS_CONFIGURE_ENV_OFF= ac_cv_prog_HAVE_DOXYGEN=no +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_prog_HAVE_DOXYGEN=no post-patch: @${REINPLACE_CMD} -e \ diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile index 8e3659e..1aebc20 100644 --- a/audio/mp3splt-gtk/Makefile +++ b/audio/mp3splt-gtk/Makefile @@ -39,8 +39,8 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext -#DOCS_LIB_DEPENDS= libgvc.so:graphics/graphviz -#DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen -#DOCS_CONFIGURE_OFF= --disable-doxygen-doc +#DOXYGEN_LIB_DEPENDS= libgvc.so:graphics/graphviz +#DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen +#DOXYGEN_CONFIGURE_OFF= --disable-doxygen-doc .include <bsd.port.mk> diff --git a/comms/rtl-sdr/Makefile b/comms/rtl-sdr/Makefile index c295136..373768f 100644 --- a/comms/rtl-sdr/Makefile +++ b/comms/rtl-sdr/Makefile @@ -3,7 +3,7 @@ PORTNAME= rtl-sdr PORTVERSION= 20140210 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -22,10 +22,10 @@ USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/share/doc/librtlsdr -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOXYGEN -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen -DOCS_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-Makefile.am +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-Makefile.am post-patch: @${REINPLACE_CMD} 's|^pkgdocdir=.*|pkgdocdir=${DOCSDIR}|' \ |