aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-12-21 22:56:17 +0800
committermat <mat@FreeBSD.org>2016-12-21 22:56:17 +0800
commit8adea90ce16cd024dda55e9129e444bf267a48d8 (patch)
treeb130d8cac8aa979f44394b5947c0c0311d0fea0c /editors
parenta9337c9c1d2c6c77c67ffb74f6f86a312e4990f0 (diff)
downloadfreebsd-ports-gnome-8adea90ce16cd024dda55e9129e444bf267a48d8.tar.gz
freebsd-ports-gnome-8adea90ce16cd024dda55e9129e444bf267a48d8.tar.zst
freebsd-ports-gnome-8adea90ce16cd024dda55e9129e444bf267a48d8.zip
Rename DOCS to DOXYGEN.
Sponsored by: Absolight
Diffstat (limited to 'editors')
-rw-r--r--editors/yzis/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile
index 676e32d14e86..a474412cdf82 100644
--- a/editors/yzis/Makefile
+++ b/editors/yzis/Makefile
@@ -3,7 +3,7 @@
PORTNAME= yzis
PORTVERSION= 1.0.a.1
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= editors
MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \
http://contribs.martymac.org/FreeBSD-ports/distfiles/
@@ -29,7 +29,7 @@ USE_GCC= any
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
-OPTIONS_DEFINE= KYZIS NYZIS DOCS
+OPTIONS_DEFINE= KYZIS NYZIS DOXYGEN
OPTIONS_SUB= yes
KYZIS_DESC= Build kyzis and Yzis kpart
KYZIS_USES= kde:4
@@ -40,10 +40,10 @@ NYZIS_DESC= Build nyzis (ncurses frontend)
NYZIS_CPPFLAGS= -D_XOPEN_SOURCE_EXTENDED
NYZIS_CMAKE_ON= -DENABLE_NYZIS:BOOL=ON
NYZIS_CMAKE_OFF= -DENABLE_NYZIS:BOOL=OFF
-DOCS_BUILD_DEPENDS= dot:graphics/graphviz \
+DOXYGEN_BUILD_DEPENDS= dot:graphics/graphviz \
doxygen:devel/doxygen
-DOCS_CMAKE_ON= -DENABLE_DOCUMENTATION:BOOL=ON
-DOCS_CMAKE_OFF= -DENABLE_DOCUMENTATION:BOOL=OFF
+DOXYGEN_CMAKE_ON= -DENABLE_DOCUMENTATION:BOOL=ON
+DOXYGEN_CMAKE_OFF= -DENABLE_DOCUMENTATION:BOOL=OFF
.include <bsd.port.options.mk>