aboutsummaryrefslogtreecommitdiff
path: root/graphics/podofo
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-05-21 14:56:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-05-21 14:56:49 +0000
commit53e911a32ed51a066495bf9e7476df3667a8d329 (patch)
treeb3d5fcb7bc312dd66f667492c306478fa2d7c355 /graphics/podofo
parent29135a02fd5d7bce0961019087feda0f60daba4b (diff)
downloadports-53e911a32ed51a066495bf9e7476df3667a8d329.tar.gz
ports-53e911a32ed51a066495bf9e7476df3667a8d329.zip
Notes
Diffstat (limited to 'graphics/podofo')
-rw-r--r--graphics/podofo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/podofo/Makefile b/graphics/podofo/Makefile
index 5409f6a3f62d..b4838379695a 100644
--- a/graphics/podofo/Makefile
+++ b/graphics/podofo/Makefile
@@ -20,8 +20,9 @@ OPTIONS_DEFINE= IMPOSE JPEG PNG TIFF
OPTIONS_DEFAULT=JPEG PNG TIFF
IMPOSE_DESC= Build impose tool (Lua required)
-CMAKE_ARGS= -DOPENSSL_INCLUDE_DIR="${OPENSSLINC}" \
- -DOPENSSL_LIBRARIES="${OPENSSLDIR}" \
+CMAKE_ARGS= -DFONTCONFIG_LIBRARIES=${LOCALBASE}/lib/libfontconfig.so \
+ -DOPENSSL_INCLUDE_DIR=${OPENSSLINC} \
+ -DOPENSSL_LIBRARIES=${OPENSSLDIR} \
-DPODOFO_BUILD_SHARED=TRUE \
-DPODOFO_BUILD_STATIC=TRUE
USE_LDCONFIG= yes