diff options
author | tnn <tnn@pkgsrc.org> | 2015-02-27 14:35:01 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-02-27 14:35:01 +0000 |
commit | 933aa565ea5928674960bee7e27499032cced39c (patch) | |
tree | f101118ac219ad42025386321696fef965825cec /lang/gauche | |
parent | d3bcc080aa593ec369ecf440de2f369909a5a75c (diff) | |
download | pkgsrc-933aa565ea5928674960bee7e27499032cced39c.tar.gz |
Remove stale HP-UX bulk build quirks
Diffstat (limited to 'lang/gauche')
-rw-r--r-- | lang/gauche/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 10d1db86b3a..98456a20bd4 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2014/12/03 14:00:57 joerg Exp $ +# $NetBSD: Makefile,v 1.67 2015/02/27 14:35:01 tnn Exp $ # DISTNAME= Gauche-0.9.4 @@ -13,8 +13,6 @@ COMMENT= R7RS Scheme implementation aimed to be a handy tool for daily works DEPENDS+= slib-[0-9]*:../../devel/slib -NOT_FOR_BULK_PLATFORM= HPUX-*-* - .include "options.mk" EVAL_PREFIX+= SLIB_PREFIX=slib |