diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-06-27 10:35:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-06-27 10:35:47 +0000 |
commit | 455f246588fdb47efcf3b7b15d2aa2fb461f9e89 (patch) | |
tree | 1bf31d21711a3f7811589aa95bf93aa0ae271dd1 /graphics | |
parent | cc2bfef2cad39667c09753c802807fcce107a20f (diff) | |
download | ports-455f246588fdb47efcf3b7b15d2aa2fb461f9e89.tar.gz ports-455f246588fdb47efcf3b7b15d2aa2fb461f9e89.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index a99ce68d269c..f3b64087fa79 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -50,7 +50,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .include "Makefile.man" .include <bsd.port.pre.mk> -.if ${PORT_OPTIONS:MDOCS} +.if empty(PORT_OPTIONS:MDOCS) MAKE_ENV+= NOPORTDOCS=1 .endif |