summaryrefslogtreecommitdiff
path: root/net/olsrd
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/olsrd
parent- Fix pkg installation where the dspam user/group/ are non-default. (diff)
- 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/olsrd')
-rw-r--r--net/olsrd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/olsrd/Makefile b/net/olsrd/Makefile
index 08f9711f6d71..e859231890d8 100644
--- a/net/olsrd/Makefile
+++ b/net/olsrd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= olsrd
DISTVERSION= 0.6.6.2
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.olsr.org/releases/0.6/ \
http://ftp2.za.freebsd.org/pub/mesh/pc/protocols/olsr/
@@ -13,7 +14,7 @@ COMMENT= OLSR routing daemon
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
.if defined(WITH_MULTI_IF)
-BUILD_DEPENDS+= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet
+LIB_DEPENDS+= libnet.so:${PORTSDIR}/net/libnet
.endif
USES= bison gmake tar:bzip2