aboutsummaryrefslogtreecommitdiff
path: root/net/yate
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-12-15 18:46:58 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-12-15 18:46:58 +0000
commitbaea95555696d8342727bbe2357127effdcb4b3e (patch)
tree51adb9e97d6abfd87edccbe2ada3d7df2ea48746 /net/yate
parent3d5df55762c00933b23eae9e4f01c395796898ef (diff)
downloadports-baea95555696d8342727bbe2357127effdcb4b3e.tar.gz
ports-baea95555696d8342727bbe2357127effdcb4b3e.zip
Notes
Diffstat (limited to 'net/yate')
-rw-r--r--net/yate/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/yate/Makefile b/net/yate/Makefile
index 398d2b430f97..d8848c515d41 100644
--- a/net/yate/Makefile
+++ b/net/yate/Makefile
@@ -3,7 +3,7 @@
PORTNAME= yate
DISTVERSION= 5.4.0p1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://yate.null.ro/tarballs/yate5/
DISTNAME= ${PORTNAME}-5.4.0-1
@@ -105,7 +105,7 @@ PLIST_SUB+= WITH_AMRNB="@comment "
.endif
.if ${PORT_OPTIONS:MSPANDSP}
-LIB_DEPENDS+= libspandsp.so.2:${PORTSDIR}/comms/spandsp-devel
+LIB_DEPENDS+= libspandsp.so:${PORTSDIR}/comms/spandsp
CONFIGURE_ARGS+= --with-spandsp
PLIST_SUB+= WITH_SPANDSP=""
.else