diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 15:38:39 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 15:38:39 +0000 |
commit | 02a5f6113a7b11ee8d31565c059b2e5c79f15c2a (patch) | |
tree | 4e66b449baf3aef3c5d54461b9ba1fab8a49b637 /net/libfb | |
parent | b69d9dc2cb9b042972209b6595ba20abc543f6b5 (diff) | |
download | ports-02a5f6113a7b11ee8d31565c059b2e5c79f15c2a.tar.gz ports-02a5f6113a7b11ee8d31565c059b2e5c79f15c2a.zip |
Notes
Diffstat (limited to 'net/libfb')
-rw-r--r-- | net/libfb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libfb/Makefile b/net/libfb/Makefile index bbf5b716189d..762583cb19dd 100644 --- a/net/libfb/Makefile +++ b/net/libfb/Makefile @@ -3,14 +3,14 @@ PORTNAME= libfb PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net net-mgmt MASTER_SITES= http://support.red-fone.com/downloads/fonulator/ MAINTAINER= fjoe@FreeBSD.org COMMENT= FoneBRIDGE configuration library -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet +LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-shared |