diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-02-19 05:13:02 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-02-19 05:13:02 +0800 |
commit | a69af0eb7aa0e2adb4c41ab4d6405385397f3eea (patch) | |
tree | 6c12a9e824cf39ccd0922fe8c2e9a8017ad5fc34 /net/arprelease | |
parent | be1d59b55171e62bfdf033d7120d3419cad24f73 (diff) | |
download | freebsd-ports-gnome-a69af0eb7aa0e2adb4c41ab4d6405385397f3eea.tar.gz freebsd-ports-gnome-a69af0eb7aa0e2adb4c41ab4d6405385397f3eea.tar.zst freebsd-ports-gnome-a69af0eb7aa0e2adb4c41ab4d6405385397f3eea.zip |
- 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
Diffstat (limited to 'net/arprelease')
-rw-r--r-- | net/arprelease/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arprelease/Makefile b/net/arprelease/Makefile index fa35f43f59d9..d8fb0f1c3f4c 100644 --- a/net/arprelease/Makefile +++ b/net/arprelease/Makefile @@ -7,14 +7,14 @@ PORTNAME= arprelease PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Libnet tool to flush arp cache entries from devices (eg. routers) -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet +LIB_DEPENDS= net:${PORTSDIR}/net/libnet WRKSRC= ${WRKDIR}/${PORTNAME} |