aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libwps
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-10-11 16:46:29 +0800
committerbapt <bapt@FreeBSD.org>2012-10-11 16:46:29 +0800
commit8af7fe630728a3a9ed349974f0cc4c41130c875e (patch)
treec7593c2fbdc810601b9f4328100f05dcd61d89ed /textproc/libwps
parent6a0e795973b1f0298ea01d94030e6b117e469a82 (diff)
downloadfreebsd-ports-gnome-8af7fe630728a3a9ed349974f0cc4c41130c875e.tar.gz
freebsd-ports-gnome-8af7fe630728a3a9ed349974f0cc4c41130c875e.tar.zst
freebsd-ports-gnome-8af7fe630728a3a9ed349974f0cc4c41130c875e.zip
Rename the DOCS option to DOXYGEN off by default as the documentation is only
doxygen generated files Feature safe: yes
Diffstat (limited to 'textproc/libwps')
-rw-r--r--textproc/libwps/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile
index 38f25692d443..9af1039c3bb3 100644
--- a/textproc/libwps/Makefile
+++ b/textproc/libwps/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libwps
-# Date created: 2008-04-16
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libwps
PORTVERSION= 0.2.7
@@ -18,7 +14,7 @@ LICENSE= LGPL21
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= wpd-0.9:${PORTSDIR}/textproc/libwpd
-OPTIONS_DEFINE= DOCS
+OPTIONS_DEFINE= DOXYGEN
CONFIGURE_ARGS= --disable-werror
CPPFLAGS+= -I${LOCALBASE}/include
@@ -30,7 +26,7 @@ PORTDOCS= *
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MDOCS}
+.if ${PORT_OPTIONS:MDOXYGEN}
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
.else
CONFIGURE_ARGS+=--without-docs