diff options
author | makc <makc@FreeBSD.org> | 2012-07-31 21:25:26 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-07-31 21:25:26 +0800 |
commit | fc03d91cfdc9e528840e144597dd51c73bd75eac (patch) | |
tree | 7168669dad481efe0134b1493910c362b8b2793b /print | |
parent | 7ab7033c1457e604dea3c04c07d25e542c7577d4 (diff) | |
download | freebsd-ports-gnome-fc03d91cfdc9e528840e144597dd51c73bd75eac.tar.gz freebsd-ports-gnome-fc03d91cfdc9e528840e144597dd51c73bd75eac.tar.zst freebsd-ports-gnome-fc03d91cfdc9e528840e144597dd51c73bd75eac.zip |
Fix typo/logic after conversion to new option framework
Reported by: erwin/pointyhat for textproc/qstardict
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip/Makefile | 2 |
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 |