aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk13
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-01-28 17:20:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-01-28 17:20:40 +0000
commit1a11c7d846ebd58f3a1c0ccaff5c75bd5f3adb79 (patch)
treebf510dae940a8b4e036ceebd071a79d232324073 /net/asterisk13
parentdab6cdb616f0911136cef8a05cf4e273f7ec1249 (diff)
downloadports-1a11c7d846ebd58f3a1c0ccaff5c75bd5f3adb79.tar.gz
ports-1a11c7d846ebd58f3a1c0ccaff5c75bd5f3adb79.zip
Fix bad dependency on pkg origin which prevents using pkg-devel
Notes
Notes: svn path=/head/; revision=524503
Diffstat (limited to 'net/asterisk13')
-rw-r--r--net/asterisk13/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile
index 582ad575847e..04a2567ce833 100644
--- a/net/asterisk13/Makefile
+++ b/net/asterisk13/Makefile
@@ -2,6 +2,7 @@
PORTNAME= asterisk
PORTVERSION= 13.30.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729
MASTER_SITE_SUBDIR= asterisk/ \
@@ -17,7 +18,7 @@ COMMENT= Open Source PBX and telephony toolkit
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \
+LIB_DEPENDS= libuuid.so:misc/libuuid \
libjansson.so:devel/jansson
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc powerpc64 sparc64
@@ -174,7 +175,7 @@ RADIUS_LIB_DEPENDS= libradiusclient-ng.so:net/radiusclient
SNMP_CONFIGURE_WITH= netsnmp
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \
- libpkg.so:ports-mgmt/pkg
+ libpkg.so:${PKG_ORIGIN}
SPANDSP_CONFIGURE_WITH= spandsp
SPANDSP_LIB_DEPENDS= libspandsp.so:comms/spandsp \