diff options
author | anders <anders@FreeBSD.org> | 2008-05-28 15:09:30 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2008-05-28 15:09:30 +0800 |
commit | c68cba8d9d17eb2d83dc9f6299519b59fadf7487 (patch) | |
tree | e36d5ca0b8ed5fcfe587bba7a72e1acc12ae4b35 /net/ngrep | |
parent | d5c8fb258fa6143129074ac88aa8c14b0a4dbdf0 (diff) | |
download | freebsd-ports-gnome-c68cba8d9d17eb2d83dc9f6299519b59fadf7487.tar.gz freebsd-ports-gnome-c68cba8d9d17eb2d83dc9f6299519b59fadf7487.tar.zst freebsd-ports-gnome-c68cba8d9d17eb2d83dc9f6299519b59fadf7487.zip |
Switch to using GNU make. If PCRE was disabled, it would not build with
FreeBSD make.
Noticed by: Andreas Blaaflaadt
Cc: andreas@blaafladt.no
Approved by: maintainer
Diffstat (limited to 'net/ngrep')
-rw-r--r-- | net/ngrep/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile index 6fbc00c21c3a..101d60a4d9ce 100644 --- a/net/ngrep/Makefile +++ b/net/ngrep/Makefile @@ -18,6 +18,7 @@ COMMENT= Network grep WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes +USE_GMAKE= yes ALL_TARGET= ngrep GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-pcap-restart |