diff options
author | araujo <araujo@FreeBSD.org> | 2009-07-08 19:54:50 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-07-08 19:54:50 +0800 |
commit | e0ee3667668339f32cadeb1d8dfebb93b370798e (patch) | |
tree | 577420d5f7ea257e2fdb09e6f14e57711c65953f | |
parent | 83611816edf72fcbde5b492b83f2dc62fc3e62e4 (diff) | |
download | freebsd-ports-gnome-e0ee3667668339f32cadeb1d8dfebb93b370798e.tar.gz freebsd-ports-gnome-e0ee3667668339f32cadeb1d8dfebb93b370798e.tar.zst freebsd-ports-gnome-e0ee3667668339f32cadeb1d8dfebb93b370798e.zip |
- Mark BROKEN: does not build with recent pnet-base.
Reported by: pointyhat (via erwin, pav)
-rw-r--r-- | lang/pnetc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pnetc/Makefile b/lang/pnetc/Makefile index aa5bbd4a15bf..fa3d91f49712 100644 --- a/lang/pnetc/Makefile +++ b/lang/pnetc/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \ ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib RUN_DEPENDS= ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib +BROKEN= does not build + GNU_CONFIGURE= yes USE_GMAKE= yes |