diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 21:37:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 21:37:26 +0000 |
commit | fab932ce7f5bdbe8772981cf893fc77866bdc6f9 (patch) | |
tree | 10306281e9b501a32c6a83bb322a0c259c732f7f /net | |
parent | 072d324e0734b060958fb326b95271d7228f86cb (diff) | |
download | ports-fab932ce7f5bdbe8772981cf893fc77866bdc6f9.tar.gz ports-fab932ce7f5bdbe8772981cf893fc77866bdc6f9.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/opengatekeeper/Makefile | 2 | ||||
-rw-r--r-- | net/openh323proxy/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/opengatekeeper/Makefile b/net/opengatekeeper/Makefile index 66171ecb824a..e4b2de035ca8 100644 --- a/net/opengatekeeper/Makefile +++ b/net/opengatekeeper/Makefile @@ -15,6 +15,8 @@ DISTNAME= opengate_0.9alpha4 MAINTAINER= roger@FreeBSD.org COMMENT= H323 GateKeeper (MPL Licence) for OpenH323 OhPhone and NetMeeting +BROKEN= "Does not compile" + BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build WRKSRC= ${WRKDIR}/opengate diff --git a/net/openh323proxy/Makefile b/net/openh323proxy/Makefile index 15078bc71942..b0347375fc98 100644 --- a/net/openh323proxy/Makefile +++ b/net/openh323proxy/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= roger@FreeBSD.org COMMENT= Proxy for H323 Videoconferencing app (OhPhone,GnomeMeeting,NetMeeting) +BROKEN= "Does not compile" + BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build WRKSRC= ${WRKDIR}/${PORTNAME} |