diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-02 01:22:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-02 01:22:41 +0000 |
commit | a4436efac60711c1584365d4866c6efc02398537 (patch) | |
tree | 1b51e741483b9cd7ba6d63de1bd779fb5ffe7d56 /net/mad_fcl | |
parent | 339f542d1d4c06a4525765fa78cc9c1391c8f041 (diff) |
Notes
Diffstat (limited to 'net/mad_fcl')
-rw-r--r-- | net/mad_fcl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mad_fcl/Makefile b/net/mad_fcl/Makefile index fe083efdd142..a6d6d3e4aeb5 100644 --- a/net/mad_fcl/Makefile +++ b/net/mad_fcl/Makefile @@ -13,7 +13,7 @@ COMMENT= FLUTE - File Delivery over Unidirectional Transport implementation LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 -USE_GMAKE= yes +USES= gmake USE_OPENSSL= yes CFLAGS+= ${PTHREAD_CFLAGS} @@ -23,6 +23,8 @@ DOC_FILES= fdt-example.xml flute-sdp-example.sdp PORTDOCS= ${DOC_FILES} README.TXT PLIST_FILES= bin/flute +MAKE_JOBS_UNSAFE= yes + NO_STAGE= yes pre-patch: # Fixing the end-of-lines: |