aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-10-01 00:04:11 +0800
committermat <mat@FreeBSD.org>2016-10-01 00:04:11 +0800
commit8d920c0f40dc7573c9ce7a68d2986ee2294befbf (patch)
tree96a1513cb17fab5e7009d5b1ecc4b963df18a760 /audio
parentdb6132ff9473bdefb13eb691cc39b79549381d08 (diff)
downloadfreebsd-ports-gnome-8d920c0f40dc7573c9ce7a68d2986ee2294befbf.tar.gz
freebsd-ports-gnome-8d920c0f40dc7573c9ce7a68d2986ee2294befbf.tar.zst
freebsd-ports-gnome-8d920c0f40dc7573c9ce7a68d2986ee2294befbf.zip
Only build docs with doxygen inside a DOXYGEN option.
Sponsored by: Absolight
Diffstat (limited to 'audio')
-rw-r--r--audio/libnjb/Makefile6
-rw-r--r--audio/mp3splt-gtk/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/libnjb/Makefile b/audio/libnjb/Makefile
index db5713a27060..3bb1e6fcf46a 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 8e3659e6788d..1aebc20dd5eb 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>