diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-27 17:39:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-27 17:39:43 +0800 |
commit | 4388555ee188dda0424e4441db621c40c290bb47 (patch) | |
tree | d584b965c6752f46c0c7766504096ac9f417d543 | |
parent | 7464db5042f61490f2ad7928bf119cace5d2a738 (diff) | |
download | freebsd-ports-graphics-4388555ee188dda0424e4441db621c40c290bb47.tar.gz freebsd-ports-graphics-4388555ee188dda0424e4441db621c40c290bb47.tar.zst freebsd-ports-graphics-4388555ee188dda0424e4441db621c40c290bb47.zip |
Turn SDK option on by default to unbreak print/cups-filters
With hat: portmgr
-rw-r--r-- | print/qpdf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile index 2c0f9fce15a..d80ab6bf4bf 100644 --- a/print/qpdf/Makefile +++ b/print/qpdf/Makefile @@ -3,6 +3,7 @@ PORTNAME= qpdf PORTVERSION= 5.1.2 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF @@ -15,6 +16,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre OPTIONS_DEFINE= SDK +OPTIONS_DEFAULT= SDK OPTIONS_SUB= yes SDK_DESC= Install header files. |