diff options
author | mat <mat@FreeBSD.org> | 2016-10-01 00:04:11 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-01 00:04:11 +0800 |
commit | 8d920c0f40dc7573c9ce7a68d2986ee2294befbf (patch) | |
tree | 96a1513cb17fab5e7009d5b1ecc4b963df18a760 | |
parent | db6132ff9473bdefb13eb691cc39b79549381d08 (diff) | |
download | freebsd-ports-graphics-8d920c0f40dc7573c9ce7a68d2986ee2294befbf.tar.gz freebsd-ports-graphics-8d920c0f40dc7573c9ce7a68d2986ee2294befbf.tar.zst freebsd-ports-graphics-8d920c0f40dc7573c9ce7a68d2986ee2294befbf.zip |
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 db5713a2706..3bb1e6fcf46 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 8e3659e6788..1aebc20dd5e 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 c2951366a53..373768fc347 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}|' \ |