aboutsummaryrefslogtreecommitdiffstats
path: root/net/opensips
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2016-06-12 03:48:27 +0800
committergarga <garga@FreeBSD.org>2016-06-12 03:48:27 +0800
commit28c90fd99526d08f573a94479beff0db2a44f68f (patch)
tree45a0f0876d737b508e7ae0e52cb8ff155e2b3526 /net/opensips
parent77e8d6a2b656f226e9555e5c7e41a719b48ba548 (diff)
downloadfreebsd-ports-gnome-28c90fd99526d08f573a94479beff0db2a44f68f.tar.gz
freebsd-ports-gnome-28c90fd99526d08f573a94479beff0db2a44f68f.tar.zst
freebsd-ports-gnome-28c90fd99526d08f573a94479beff0db2a44f68f.zip
Change ports that depend of xmlrpc-c-devel to xmlrpc-c since it's now on
1.3x series
Diffstat (limited to 'net/opensips')
-rw-r--r--net/opensips/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/opensips/Makefile b/net/opensips/Makefile
index 5376651ce169..017ba932b429 100644
--- a/net/opensips/Makefile
+++ b/net/opensips/Makefile
@@ -3,6 +3,7 @@
PORTNAME= opensips
PORTVERSION= 2.1.2
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://opensips.org/pub/opensips/${PORTVERSION}/
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= Does not build
LIB_DEPENDS= libxml2.so:textproc/libxml2 \
- libxmlrpc.so:net/xmlrpc-c-devel \
+ libxmlrpc.so:net/xmlrpc-c \
libpcre.so:devel/pcre \
libconfuse.so:devel/libconfuse \
librabbitmq.so:net/rabbitmq-c-devel \