diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-07-08 11:54:50 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-07-08 11:54:50 +0000 |
commit | 0dbf3b76c5f215bb873086112bd28e2ea3be3076 (patch) | |
tree | 9b22a527d6dd4a281d5673bf03c985f2ebab2963 /lang/pnetc | |
parent | 1794b2d93ce32e63a4dcf6d6fed637e6715a6631 (diff) | |
download | ports-0dbf3b76c5f215bb873086112bd28e2ea3be3076.tar.gz ports-0dbf3b76c5f215bb873086112bd28e2ea3be3076.zip |
Notes
Diffstat (limited to 'lang/pnetc')
-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 |