diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-14 23:38:39 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-14 23:38:39 +0800 |
commit | c2202ef6a50f85f5bb23b58ec65a404fec632c21 (patch) | |
tree | 4e66b449baf3aef3c5d54461b9ba1fab8a49b637 /net/arping | |
parent | a9cc54f18e7973901a693eed5d011ae33de797fc (diff) | |
download | freebsd-ports-gnome-c2202ef6a50f85f5bb23b58ec65a404fec632c21.tar.gz freebsd-ports-gnome-c2202ef6a50f85f5bb23b58ec65a404fec632c21.tar.zst freebsd-ports-gnome-c2202ef6a50f85f5bb23b58ec65a404fec632c21.zip |
- Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'net/arping')
-rw-r--r-- | net/arping/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile index feea9734064c..672f36010465 100644 --- a/net/arping/Makefile +++ b/net/arping/Makefile @@ -3,6 +3,7 @@ PORTNAME= arping PORTVERSION= 2.14 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.habets.pp.se/synscan/files/ @@ -11,7 +12,7 @@ COMMENT= ARP level "ping" utility LICENSE= GPLv2 -LIB_DEPENDS= net:${PORTSDIR}/net/libnet +LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include \ |