diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-31 13:25:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-31 13:25:26 +0000 |
commit | 0a44979b96d899f75f2d231a8fab29d828f302a1 (patch) | |
tree | 7168669dad481efe0134b1493910c362b8b2793b /print/hplip | |
parent | 33825714439859db0e96c1bf9b4ead6e68311376 (diff) |
Notes
Diffstat (limited to 'print/hplip')
-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 |