svn commit: r366210 - head/math/stp
Antoine Brodin
antoine at FreeBSD.org
Tue Aug 26 12:44:37 UTC 2014
Author: antoine
Date: Tue Aug 26 12:44:36 2014
New Revision: 366210
URL: http://svnweb.freebsd.org/changeset/ports/366210
QAT: https://qat.redports.org/buildarchive/r366210/
Log:
Do not overwrite CMAKE_ARGS, fixes packaging on freebsd 9.x
Modified:
head/math/stp/Makefile
Modified: head/math/stp/Makefile
==============================================================================
--- head/math/stp/Makefile Tue Aug 26 12:29:48 2014 (r366209)
+++ head/math/stp/Makefile Tue Aug 26 12:44:36 2014 (r366210)
@@ -23,7 +23,7 @@ CMAKE_ARGS= -DFL_LIBRARY=/usr/lib/libfl.
.if (${OSVERSION} < 1000000)
BUILD_DEPENDS+=flex>=2.5.38:${PORTSDIR}/textproc/flex
-CMAKE_ARGS= -DFL_LIBRARY=${LOCALBASE}/lib/libfl.a \
+CMAKE_ARGS+= -DFL_LIBRARY=${LOCALBASE}/lib/libfl.a \
-DFLEX_INCLUDE_DIR=${LOCALBASE}/include/flex \
-DFLEX_EXECUTABLE=${LOCALBASE}/bin/flex
.endif
More information about the svn-ports-all
mailing list