diff options
author | Anders Nordby <anders@FreeBSD.org> | 2008-05-28 07:09:30 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2008-05-28 07:09:30 +0000 |
commit | 4db186f640a69f0a8a3bdaee0b5c9555bfe536ad (patch) | |
tree | 512b6280e678d1b8dad8174c03e290ca0d7d79f8 /net/ngrep | |
parent | 35822a6c89e66c0da6e30752fee9ce767fd2b7d5 (diff) | |
download | ports-4db186f640a69f0a8a3bdaee0b5c9555bfe536ad.tar.gz ports-4db186f640a69f0a8a3bdaee0b5c9555bfe536ad.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
Notes
Notes:
svn path=/head/; revision=213795
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 |