diff options
Diffstat (limited to 'net/sippy_b2bua/Makefile')
-rw-r--r-- | net/sippy_b2bua/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/sippy_b2bua/Makefile b/net/sippy_b2bua/Makefile index cdfe16945aad..3a5b2d66d9cc 100644 --- a/net/sippy_b2bua/Makefile +++ b/net/sippy_b2bua/Makefile @@ -11,9 +11,8 @@ DISTNAME= sippy-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org COMMENT= SIP Back-to-back user agent (B2BUA) server with Radius support -USE_PYTHON= yes -USES= twisted -USE_PYDISTUTILS= yes +USE_PYTHON= distutils +USES= python twisted PYDISTUTILS_PKGNAME= sippy DOCSDIR= ${PREFIX}/share/doc/${PYDISTUTILS_PKGNAME} |