diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-09-19 19:04:21 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-09-19 19:04:21 +0000 |
commit | c1af5484079593a1a05e56ad8c149e7db2884c13 (patch) | |
tree | 8d1ddcc7c21462984ffe23e94a4b19e274e28a44 /graphics/xpdf4 | |
parent | 0c885f2d34faab2db0eaf86d4adda8f6ded7e990 (diff) |
Notes
Diffstat (limited to 'graphics/xpdf4')
-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 |