summaryrefslogtreecommitdiff
path: root/textproc/libwps
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-05-30 12:58:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-05-30 12:58:11 +0000
commit56dc3e4181fd486fd0a8857e95606dc30eaa8ffb (patch)
tree5ff164c330193d45f1a846e5055995d0a6555192 /textproc/libwps
parentConvert to new options framework (diff)
Fix DOCS option logic
Reported by: Olivier Smedts <olivier@gid0.org>
Notes
Notes: svn path=/head/; revision=297785
Diffstat (limited to 'textproc/libwps')
-rw-r--r--textproc/libwps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile
index 04be54b2e1ce..211d48437fd8 100644
--- a/textproc/libwps/Makefile
+++ b/textproc/libwps/Makefile
@@ -31,9 +31,9 @@ PORTDOCS= *
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
-CONFIGURE_ARGS+= --without-docs
-.else
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
+.else
+CONFIGURE_ARGS+= --without-docs
.endif
.include <bsd.port.mk>