diff options
author | cy <cy@FreeBSD.org> | 2017-09-20 03:04:21 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2017-09-20 03:04:21 +0800 |
commit | 3fe3ab58adc7bdfcd429ec81126ad5fb00b77996 (patch) | |
tree | 8d1ddcc7c21462984ffe23e94a4b19e274e28a44 /graphics | |
parent | f72e6362abb7f8b9fa9bc3622f5c29d7a4adc686 (diff) | |
download | freebsd-ports-gnome-3fe3ab58adc7bdfcd429ec81126ad5fb00b77996.tar.gz freebsd-ports-gnome-3fe3ab58adc7bdfcd429ec81126ad5fb00b77996.tar.zst freebsd-ports-gnome-3fe3ab58adc7bdfcd429ec81126ad5fb00b77996.zip |
Make PRINT option default.
Requested by: bapt
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpdf4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpdf4/Makefile b/graphics/xpdf4/Makefile index a9646da7567d..a355fa5d585d 100644 --- a/graphics/xpdf4/Makefile +++ b/graphics/xpdf4/Makefile @@ -2,7 +2,7 @@ PORTNAME= xpdf PORTVERSION= 4.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print MASTER_SITES= http://www.xpdfreader.com/dl/ .if !defined(MASTERDIR) @@ -28,7 +28,7 @@ CMAKE_ARGS+= -DOPI_SUPPORT:BOOL=ON -DCMAKE_DISABLE_FIND_PACKAGE_Qt4:BOOL=ON \ -DUSE_LCMS:BOOL=OFF -DSYSTEM_XPDFRC=${PREFIX}/etc/xpdfrc OPTIONS_DEFINE= TYPE1 LIBPAPER GUI PRINT -OPTIONS_DEFAULT= TYPE1 GUI +OPTIONS_DEFAULT= TYPE1 GUI PRINT OPTIONS_SUB= yes TYPE1_CMAKE_BOOL= TYPE1 |