svn commit: r462291 - head/graphics/podofo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 19 10:29:36 UTC 2018


Author: sunpoet
Date: Mon Feb 19 10:29:34 2018
New Revision: 462291
URL: https://svnweb.freebsd.org/changeset/ports/462291

Log:
  Use CMAKE_ON

Modified:
  head/graphics/podofo/Makefile

Modified: head/graphics/podofo/Makefile
==============================================================================
--- head/graphics/podofo/Makefile	Mon Feb 19 10:29:25 2018	(r462290)
+++ head/graphics/podofo/Makefile	Mon Feb 19 10:29:34 2018	(r462291)
@@ -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
 


More information about the svn-ports-head mailing list