diff options
author | bland <bland@FreeBSD.org> | 2009-10-20 06:26:32 +0000 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2009-10-20 06:26:32 +0000 |
commit | 062fdf408718c9c4a3587c0f36cdb75cdfc540b7 (patch) | |
tree | c0d12c4942ffe3f54d1db4a4c1b4849556982660 /net/opal3/Makefile | |
parent | 96e16d4f99989a5b2dfb9405871f604896885d13 (diff) | |
download | FreeBSD-ports-062fdf408718c9c4a3587c0f36cdb75cdfc540b7.zip FreeBSD-ports-062fdf408718c9c4a3587c0f36cdb75cdfc540b7.tar.gz |
Chase devel/ptlib26 update.
Submitted by: maintainer (melifaro@ipfw.ru)
Diffstat (limited to 'net/opal3/Makefile')
-rw-r--r-- | net/opal3/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index aa51b81..e94c4bb 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -7,6 +7,7 @@ PORTNAME= opal3 PORTVERSION= 3.6.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/opalvoip/v3.6%20Lalande/Stable%205 DISTNAME= opal-${PORTVERSION} @@ -29,7 +30,7 @@ CXXFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -OPTIONS= ZRTP "Enable ZRTP protocol support" on \ +OPTIONS= ZRTP "Enable ZRTP protocol support" off \ JAVA "Enable Java JNI support" off \ CELT "Use celt codec from ports" on \ ILBC "USE iLBC codec from ports" off \ @@ -66,6 +67,9 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} \ PVERSION_MINOR=${PORTVERSION:C/^[0-9]+.[0-9]+.//} .if defined(WITH_ZRTP) +.if !defined(SAFE_ZRTP) +IGNORE= Please build devel/libzrtpcpp WITHOUT ports SSL and re-run build with SAFE_ZRTP set +.endif LIB_DEPENDS+= zrtpcpp.0:${PORTSDIR}/devel/libzrtpcpp CONFIGURE_ARGS+= --enable-zrtp .else |