diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-18 21:13:02 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-18 21:13:02 +0000 |
commit | fcb98a504a4b2d61662773d959b7cc3ee239eb09 (patch) | |
tree | 6c12a9e824cf39ccd0922fe8c2e9a8017ad5fc34 /security/ipguard | |
parent | 154ea12c2bcc68e342c6a93a66297844b157ee60 (diff) |
- update libnet to 1.1.6
- build shared lib
- fix dependend ports when libnet.so.8 was linked in
- fix dependend ports when includes where missing
Notes
Notes:
svn path=/head/; revision=312526
Diffstat (limited to 'security/ipguard')
-rw-r--r-- | security/ipguard/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ipguard/Makefile b/security/ipguard/Makefile index 8c9e47d1e63c..3c948222b9f2 100644 --- a/security/ipguard/Makefile +++ b/security/ipguard/Makefile @@ -7,13 +7,14 @@ PORTNAME= ipguard PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://ipguard.deep.perm.ru/files/ http://deep.perm.ru/files/ipguard/ MAINTAINER= sead@deep.perm.ru COMMENT= Tool designed to protect LAN IP address space by ARP spoofing -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet11/libnet.a:${PORTSDIR}/net/libnet +LIB_DEPENDS= net:${PORTSDIR}/net/libnet USE_RC_SUBR= ${PORTNAME} MAN8= ${PORTNAME}.8 |