diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-11 08:46:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-11 08:46:29 +0000 |
commit | 34941a1058e8236717869e10ea7e2f70eda0ab1a (patch) | |
tree | c7593c2fbdc810601b9f4328100f05dcd61d89ed /textproc/libwps | |
parent | 358cafa7b7132ed812fceafbad57d6101bd16784 (diff) | |
download | ports-34941a1058e8236717869e10ea7e2f70eda0ab1a.tar.gz ports-34941a1058e8236717869e10ea7e2f70eda0ab1a.zip |
Notes
Diffstat (limited to 'textproc/libwps')
-rw-r--r-- | textproc/libwps/Makefile | 10 |
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 |