aboutsummaryrefslogtreecommitdiff
path: root/net/arprelease
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-07-14 15:38:39 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-07-14 15:38:39 +0000
commit02a5f6113a7b11ee8d31565c059b2e5c79f15c2a (patch)
tree4e66b449baf3aef3c5d54461b9ba1fab8a49b637 /net/arprelease
parentb69d9dc2cb9b042972209b6595ba20abc543f6b5 (diff)
downloadports-02a5f6113a7b11ee8d31565c059b2e5c79f15c2a.tar.gz
ports-02a5f6113a7b11ee8d31565c059b2e5c79f15c2a.zip
- Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port)
Notes
Notes: svn path=/head/; revision=361791
Diffstat (limited to 'net/arprelease')
-rw-r--r--net/arprelease/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arprelease/Makefile b/net/arprelease/Makefile
index c0bb2e5d0c4f..3613cbe27927 100644
--- a/net/arprelease/Makefile
+++ b/net/arprelease/Makefile
@@ -3,14 +3,14 @@
PORTNAME= arprelease
PORTVERSION= 1.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Libnet tool to flush arp cache entries from devices (eg. routers)
-LIB_DEPENDS= net:${PORTSDIR}/net/libnet
+LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet
WRKSRC= ${WRKDIR}/${PORTNAME}