diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 15:38:39 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 15:38:39 +0000 |
commit | 02a5f6113a7b11ee8d31565c059b2e5c79f15c2a (patch) | |
tree | 4e66b449baf3aef3c5d54461b9ba1fab8a49b637 /net-mgmt | |
parent | b69d9dc2cb9b042972209b6595ba20abc543f6b5 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/isic/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/packit/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/pixilate/Makefile | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index fe5733052a43..a2f3a2d8f3cd 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -3,6 +3,7 @@ PORTNAME= ettercap PORTVERSION= 0.8.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt security diff --git a/net-mgmt/isic/Makefile b/net-mgmt/isic/Makefile index 4d5be9027e1c..6f25cb7a4c3a 100644 --- a/net-mgmt/isic/Makefile +++ b/net-mgmt/isic/Makefile @@ -3,7 +3,7 @@ PORTNAME= isic PORTVERSION= 0.07 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ISIC%20v${PORTVERSION} diff --git a/net-mgmt/packit/Makefile b/net-mgmt/packit/Makefile index 525c7cd3f701..59c364cd464a 100644 --- a/net-mgmt/packit/Makefile +++ b/net-mgmt/packit/Makefile @@ -3,7 +3,7 @@ PORTNAME= packit PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://packit.sourceforge.net/downloads/ EXTRACT_SUFX= .tgz @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Network auditing tool -LIB_DEPENDS= net:${PORTSDIR}/net/libnet +LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet GNU_CONFIGURE= yes CPPFLAGS+= `${LIBNET_CONFIG} --defines` `${LIBNET_CONFIG} --cflags` diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile index da01c4fe0af8..67f99bee481b 100644 --- a/net-mgmt/pixilate/Makefile +++ b/net-mgmt/pixilate/Makefile @@ -3,7 +3,7 @@ PORTNAME= pixilate PORTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= SF/winfingerprint/${PORTNAME}/${PORTVERSION} |