diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-07-28 19:47:44 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-07-28 19:47:44 +0000 |
commit | 475047518097b2612f1e4c0e432cf0f1e02d6879 (patch) | |
tree | 5bd0dd3507da7b852edcd3ddd5021dd180ccb483 /net/freeswitch-core/Makefile | |
parent | 4d0b40b3d486061bba8d9d9d331eb77cb8f81208 (diff) |
Notes
Diffstat (limited to 'net/freeswitch-core/Makefile')
-rw-r--r-- | net/freeswitch-core/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/freeswitch-core/Makefile b/net/freeswitch-core/Makefile index b0fd76d572c5..e2212a06a559 100644 --- a/net/freeswitch-core/Makefile +++ b/net/freeswitch-core/Makefile @@ -26,9 +26,11 @@ DISTFILES= freeswitch-${PORTVERSION}.tar.gz:1 \ communicator_semi_6000_20080321.tar.gz:2 EXTRACT_ONLY= freeswitch-${PORTVERSION}.tar.gz -MAINTAINER= ecrist@secure-computing.net +MAINTAINER= r.neese@gmail.com COMMENT= FreeSwitch SoftSwitch Port +BROKEN= Recent change to the PORTNAME resulted in plist problems + BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ gnutls:${PORTSDIR}/security/gnutls \ |