diff options
author | tnn <tnn> | 2008-05-26 22:37:30 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-26 22:37:30 +0000 |
commit | 3c2a128f7479379ed94deb2b8f663d2f70d87155 (patch) | |
tree | d1f2282967ba9b6709dc9f33d8518234986db7b5 /lang/gauche | |
parent | e9ed5f943a7d143d2b8864533976d3dcf1e3d3e4 (diff) | |
download | pkgsrc-3c2a128f7479379ed94deb2b8f663d2f70d87155.tar.gz |
Mark some packages as not for bulk building on HPUX.
Diffstat (limited to 'lang/gauche')
-rw-r--r-- | lang/gauche/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 7bdeda02a46..4bfa66b5dda 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2008/05/26 22:15:50 tnn Exp $ +# $NetBSD: Makefile,v 1.49 2008/05/26 22:37:30 tnn Exp $ # DISTNAME= Gauche-0.8.13 @@ -13,6 +13,7 @@ COMMENT= R5RS Scheme implementation aimed to be a handy tool for daily works DEPENDS+= slib-[0-9]*:../../devel/slib PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_BULK_PLATFORM= HPUX-*-* .include "options.mk" |