diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-09 21:37:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-09 21:37:59 +0000 |
commit | 11954274466512bfbd2fd63f674ad94088664416 (patch) | |
tree | 821b18c8bd862b4558a0a04e780a953d923a9d19 /net/daq | |
parent | af58a9f9558c86096d241e86fb63ee2a91de44f4 (diff) |
Notes
Diffstat (limited to 'net/daq')
-rw-r--r-- | net/daq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/daq/Makefile b/net/daq/Makefile index 17c6651d1e58..929beaa802ab 100644 --- a/net/daq/Makefile +++ b/net/daq/Makefile @@ -18,9 +18,8 @@ LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet \ BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= bison +USES= bison gmake USE_AUTOTOOLS= libtool MAKE_JOBS_UNSAFE= yes |