diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pnet/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index c85b072209b..0f29f119e81 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/11/02 13:29:38 obache Exp $ +# $NetBSD: Makefile,v 1.21 2009/07/06 22:17:14 joerg Exp $ DISTNAME= pnet-0.8.0 #PKGREVISION= 1 @@ -13,6 +13,9 @@ BUILD_DEPENDS+= treecc>=0.2.6:../../devel/treecc CONFLICTS= mono-[0-9]* +# Unsupported by internal libffi +NOT_FOR_PLATFORM= NetBSD-*-x86_64 + MAKE_JOBS_SAFE= no USE_TOOLS+= gmake lex makeinfo |