mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Use CMAKE_ON
This commit is contained in:
parent
dc3c3e8690
commit
3bd62c59ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462291
1 changed files with 2 additions and 3 deletions
|
@ -23,9 +23,8 @@ IMPOSE_DESC= Build impose tool (Lua required)
|
||||||
|
|
||||||
CMAKE_ARGS= -DFONTCONFIG_LIBRARIES=${LOCALBASE}/lib/libfontconfig.so \
|
CMAKE_ARGS= -DFONTCONFIG_LIBRARIES=${LOCALBASE}/lib/libfontconfig.so \
|
||||||
-DOPENSSL_INCLUDE_DIR=${OPENSSLINC} \
|
-DOPENSSL_INCLUDE_DIR=${OPENSSLINC} \
|
||||||
-DOPENSSL_LIBRARIES=${OPENSSLDIR} \
|
-DOPENSSL_LIBRARIES=${OPENSSLDIR}
|
||||||
-DPODOFO_BUILD_SHARED=TRUE \
|
CMAKE_ON= PODOFO_BUILD_SHARED PODOFO_BUILD_STATIC
|
||||||
-DPODOFO_BUILD_STATIC=TRUE
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= cmake compiler dos2unix pkgconfig ssl
|
USES= cmake compiler dos2unix pkgconfig ssl
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue