Date: Mon, 19 Feb 2018 10:29:34 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462291 - head/graphics/podofo Message-ID: <201802191029.w1JATYvr085822@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802191029.w1JATYvr085822>