diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-06-16 11:29:27 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-06-16 11:29:27 +0000 |
commit | 3a51aba65429776ff96366fa21e84dda10afcaed (patch) | |
tree | 36d48ae412d04718f44ee4a1d57fff7c1f85635d /net-mgmt/pads | |
parent | e2ee40fb24dbb5dedcca21f0a417adc42fe21f4d (diff) |
Notes
Diffstat (limited to 'net-mgmt/pads')
-rw-r--r-- | net-mgmt/pads/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/pads/Makefile b/net-mgmt/pads/Makefile index 0a9768107df6..fc4b7072a13a 100644 --- a/net-mgmt/pads/Makefile +++ b/net-mgmt/pads/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/passive/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Passively detect network assets +CFLAGS+= -Wno-return-type +USE_CSTD= gnu89 + LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes |