diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2001-07-11 06:52:53 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2001-07-11 06:52:53 +0000 |
commit | a4e227c2ab35a86c2c5bc6b92b0f0084354ede22 (patch) | |
tree | dad918933ed8f430b2fa1a4013a47324c2b6d86e /net | |
parent | Uncomment RUN_DEPENDS; somehow a comment character slipped in front (diff) |
Mark as broken until someone can write GetRoutingTable()
Notes
Notes:
svn path=/head/; revision=45017
Diffstat (limited to 'net')
-rw-r--r-- | net/openh323proxy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openh323proxy/Makefile b/net/openh323proxy/Makefile index de539d492e11..6285f0a6b99d 100644 --- a/net/openh323proxy/Makefile +++ b/net/openh323proxy/Makefile @@ -15,6 +15,8 @@ MAINTAINER= roger@FreeBSD.org BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build +BROKEN= Will not work until someone writes a GetRoutingTable function + WRKSRC= ${WRKDIR}/${PORTNAME} NOCLEANDEPENDS= yes |