diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-26 12:44:36 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-26 12:44:36 +0000 |
| commit | c86107f92dfecf2320e11dfa1ab85299975b093c (patch) | |
| tree | c855a3268d589a9e65ec07d43c3de43bfd111d1c | |
| parent | Package something (diff) | |
Do not overwrite CMAKE_ARGS, fixes packaging on freebsd 9.x
| -rw-r--r-- | math/stp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/stp/Makefile b/math/stp/Makefile index e15879b280b7..cd6ae6b76ea0 100644 --- a/math/stp/Makefile +++ b/math/stp/Makefile @@ -23,7 +23,7 @@ CMAKE_ARGS= -DFL_LIBRARY=/usr/lib/libfl.a .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 |
