aboutsummaryrefslogtreecommitdiff
path: root/print/hplip
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-07-31 13:25:26 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2012-07-31 13:25:26 +0000
commit0a44979b96d899f75f2d231a8fab29d828f302a1 (patch)
tree7168669dad481efe0134b1493910c362b8b2793b /print/hplip
parent33825714439859db0e96c1bf9b4ead6e68311376 (diff)
downloadports-0a44979b96d899f75f2d231a8fab29d828f302a1.tar.gz
ports-0a44979b96d899f75f2d231a8fab29d828f302a1.zip
Fix typo/logic after conversion to new option framework
Reported by: erwin/pointyhat for textproc/qstardict
Notes
Notes: svn path=/head/; revision=301787
Diffstat (limited to 'print/hplip')
-rw-r--r--print/hplip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile
index 1b15384e2f08..681b50b30292 100644
--- a/print/hplip/Makefile
+++ b/print/hplip/Makefile
@@ -144,7 +144,7 @@ CONFIGURE_ARGS+= --disable-scan-build
PLIST_SUB+= SCAN="@comment "
.endif
-.if ${PORT_OPTIONS:MDOCS}
+.if !${PORT_OPTIONS:MDOCS}
CONFIGURE_ARGS+= --enable-doc-build=no
.endif