aboutsummaryrefslogtreecommitdiff
path: root/net/netwib
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/netwib
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/netwib')
-rw-r--r--net/netwib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netwib/Makefile b/net/netwib/Makefile
index 4c0e8e7ffce3..2d9c5c4185fd 100644
--- a/net/netwib/Makefile
+++ b/net/netwib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= netwib
PORTVERSION= 5.38.0
+PORTREVISION= 1
CATEGORIES= net devel ipv6
MASTER_SITES= http://www.laurentconstantin.com/common/netw/netwib/download/v5/ \
http://membres.lycos.fr/lauconstantin/common/netw/netwib/download/v5/ \
@@ -12,8 +13,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}-src.tgz ${PORTNAME}-${PORTVERSION}-doc_htm
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Netwib network programming library
-BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/src
SHORTPORTVERSION=${PORTVERSION:C/([0-9]*)\.([0-9]*)\.[0-9]*/\1\2/}