diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-05-03 17:33:26 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-05-03 17:33:26 +0000 |
commit | 3166ae6a7a7e494a1458a78fd51361d21a9bc2d4 (patch) | |
tree | 87829c71dbe59fb010ae0843542774f618d55910 | |
parent | Update to DAT 4483 (diff) |
Mark IGNORE, the program does not seem to work on FreeBSD anymore
PR: 74298
Notes
Notes:
svn path=/head/; revision=134565
-rw-r--r-- | net/cnet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/cnet/Makefile b/net/cnet/Makefile index 030a7438cedd..301a3801abd8 100644 --- a/net/cnet/Makefile +++ b/net/cnet/Makefile @@ -17,6 +17,8 @@ COMMENT= A networking simulator LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 +IGNORE= does not run (core dumps: Arithmetic exception) + USE_REINPLACE= yes USE_X_PREFIX= yes USE_XPM= yes |