diff options
author | kris <kris@FreeBSD.org> | 2003-05-06 21:37:26 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-06 21:37:26 +0000 |
commit | 7543cd413df589c8b88870f65795dd7f6bbfbffc (patch) | |
tree | 7b1adea21948f5d9b7952c3b6e3b83931e3d8edc /net | |
parent | 609a47ecc5f0e18525c5885de78969068c90c912 (diff) | |
download | FreeBSD-ports-7543cd413df589c8b88870f65795dd7f6bbfbffc.zip FreeBSD-ports-7543cd413df589c8b88870f65795dd7f6bbfbffc.tar.gz |
BROKEN: Does not compile
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 66171ec..e4b2de0 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 15078bc..b034737 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} |