diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-19 10:29:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-19 10:29:34 +0000 |
commit | 3bd62c59ce7a7004f43ecdfe9e8e7e91b2bf6a1c (patch) | |
tree | b0ded35a59fbfff3412d97c178327783fac47667 /graphics/podofo | |
parent | dc3c3e8690e8ad75a714aee99cc320a32bbd850e (diff) | |
download | ports-3bd62c59ce7a7004f43ecdfe9e8e7e91b2bf6a1c.tar.gz ports-3bd62c59ce7a7004f43ecdfe9e8e7e91b2bf6a1c.zip |
Use CMAKE_ON
Notes
Notes:
svn path=/head/; revision=462291
Diffstat (limited to 'graphics/podofo')
-rw-r--r-- | graphics/podofo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/podofo/Makefile b/graphics/podofo/Makefile index 588cf04d815a..0fe96bd9bb52 100644 --- a/graphics/podofo/Makefile +++ b/graphics/podofo/Makefile @@ -23,9 +23,8 @@ IMPOSE_DESC= Build impose tool (Lua required) CMAKE_ARGS= -DFONTCONFIG_LIBRARIES=${LOCALBASE}/lib/libfontconfig.so \ -DOPENSSL_INCLUDE_DIR=${OPENSSLINC} \ - -DOPENSSL_LIBRARIES=${OPENSSLDIR} \ - -DPODOFO_BUILD_SHARED=TRUE \ - -DPODOFO_BUILD_STATIC=TRUE + -DOPENSSL_LIBRARIES=${OPENSSLDIR} +CMAKE_ON= PODOFO_BUILD_SHARED PODOFO_BUILD_STATIC USE_LDCONFIG= yes USES= cmake compiler dos2unix pkgconfig ssl |