aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-09-14 11:28:03 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-09-14 11:28:03 +0800
commit6da593b868ef0952d3bf3d81d8b1055b3ddacd2b (patch)
tree9425c3d909910c8f08fc447a66f1a9f282ebd4b0
parentf989753d2ff4df03a68aed883cfba45273222214 (diff)
downloadfreebsd-ports-gnome-6da593b868ef0952d3bf3d81d8b1055b3ddacd2b.tar.gz
freebsd-ports-gnome-6da593b868ef0952d3bf3d81d8b1055b3ddacd2b.tar.zst
freebsd-ports-gnome-6da593b868ef0952d3bf3d81d8b1055b3ddacd2b.zip
- Requires twisted core
PR: ports/149293 Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua> Approved by: maintainer timeout (sobomax ; 40 days)
-rw-r--r--net/sippy_b2bua/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sippy_b2bua/Makefile b/net/sippy_b2bua/Makefile
index 67b8f3a4cea0..eea36c3b8f20 100644
--- a/net/sippy_b2bua/Makefile
+++ b/net/sippy_b2bua/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sippy_b2bua
PORTVERSION= 1.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net python
MASTER_SITES= http://www.b2bua.org/chrome/site/
DISTNAME= sippy-${PORTVERSION}
@@ -16,6 +16,7 @@ MAINTAINER= sobomax@FreeBSD.org
COMMENT= SIP Back-to-back user agent (B2BUA) server with Radius support
USE_PYTHON= yes
+USE_TWISTED= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= sippy
DOCSDIR= ${PREFIX}/share/doc/${PYDISTUTILS_PKGNAME}