diff options
Diffstat (limited to 'graphics/xpdf4')
-rw-r--r-- | graphics/xpdf4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xpdf4/Makefile b/graphics/xpdf4/Makefile index a40838b9e2e0..4543cad35acc 100644 --- a/graphics/xpdf4/Makefile +++ b/graphics/xpdf4/Makefile @@ -26,7 +26,7 @@ CONFLICTS_INSTALL= xpdf MANPREFIX= ${PREFIX}/share/xpdf SUB_FILES= xpdf-man.conf -USES= compiler:c++11-lang cmake:outsource localbase:ldflags +USES= compiler:c++11-lang cmake localbase:ldflags CMAKE_ARGS+= -DOPI_SUPPORT:BOOL=ON -DCMAKE_DISABLE_FIND_PACKAGE_Qt4:BOOL=ON \ -DUSE_LCMS:BOOL=OFF -DSYSTEM_XPDFRC=${PREFIX}/etc/xpdfrc |