diff options
author | roger <roger@FreeBSD.org> | 2001-07-11 14:52:53 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2001-07-11 14:52:53 +0800 |
commit | c1c052961c2a5015925e7bfdc95e35ed78450111 (patch) | |
tree | df4fd30924aa07e699e920c2c28ba13f44e841b3 /net | |
parent | b4826a0dd821223522875e2b548b32e5a669fdd0 (diff) | |
download | freebsd-ports-gnome-c1c052961c2a5015925e7bfdc95e35ed78450111.tar.gz freebsd-ports-gnome-c1c052961c2a5015925e7bfdc95e35ed78450111.tar.zst freebsd-ports-gnome-c1c052961c2a5015925e7bfdc95e35ed78450111.zip |
Mark as broken until someone can write GetRoutingTable()
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 |