diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-26 22:19:40 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-26 22:19:40 +0000 |
commit | b6f26065d5e08bc9ee30177815d18d88c03a6415 (patch) | |
tree | c0fac412b9afe570eafad50acc24f0e68f43c56e /lang/gambc/Makefile | |
parent | f65b2db7e0db087ff13994137f6e8b0ce90c910c (diff) | |
download | pkgsrc-b6f26065d5e08bc9ee30177815d18d88c03a6415.tar.gz |
Mark as not for bulk building on SunOS.
Diffstat (limited to 'lang/gambc/Makefile')
-rw-r--r-- | lang/gambc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gambc/Makefile b/lang/gambc/Makefile index af104771c86..71ca2ee1091 100644 --- a/lang/gambc/Makefile +++ b/lang/gambc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/05/26 14:41:07 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2008/05/26 22:19:40 tnn Exp $ # DISTNAME= gambc-${GAMBC_DIST_VERSION} @@ -12,8 +12,7 @@ HOMEPAGE= http://www.iro.umontreal.ca/~gambit/ COMMENT= GambitC Scheme System PKG_DESTDIR_SUPPORT= user-destdir - -NOT_FOR_PLATFORM+= SunOS-*-* +NOT_FOR_BULK_PLATFORM+= SunOS-*-* GNU_CONFIGURE= yes USE_LANGUAGES= c c++ |