diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-10 05:37:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-10 05:37:59 +0800 |
commit | 30a74081c591270ac25f827261569e19a06b9fff (patch) | |
tree | 821b18c8bd862b4558a0a04e780a953d923a9d19 /net | |
parent | 261afc8aefbfaa2d775f54a94b965ca1ed5c0246 (diff) | |
download | freebsd-ports-gnome-30a74081c591270ac25f827261569e19a06b9fff.tar.gz freebsd-ports-gnome-30a74081c591270ac25f827261569e19a06b9fff.tar.zst freebsd-ports-gnome-30a74081c591270ac25f827261569e19a06b9fff.zip |
- Use USES=gmake
Approved by: portmgr (blanket)
Diffstat (limited to 'net')
-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 |