diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-29 16:31:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-29 16:31:43 +0000 |
commit | 90749901db9e4dc3dca9bbe2b43c5e4bcf47b95b (patch) | |
tree | e2229f04b7cdace42b63aa031ec3d27d35bff17a /lang/spl/Makefile | |
parent | 3dca1410391fa1977a4e24556c1d3155df6794b4 (diff) | |
download | pkgsrc-90749901db9e4dc3dca9bbe2b43c5e4bcf47b95b.tar.gz |
Expects bash. Use portable way to initialise a recursive mutex.
DragonFly is a BSD as well. Bump revision.
Diffstat (limited to 'lang/spl/Makefile')
-rw-r--r-- | lang/spl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/spl/Makefile b/lang/spl/Makefile index fc914a8524a..60ee7b50792 100644 --- a/lang/spl/Makefile +++ b/lang/spl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2006/05/19 13:44:50 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2006/05/29 16:31:43 joerg Exp $ # DISTNAME= spl-0.9h -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang MASTER_SITES= http://www.clifford.at/spl/releases/ @@ -11,7 +11,7 @@ HOMEPAGE= http://www.clifford.at/spl COMMENT= The SPL Programming Language USE_LANGUAGES= c -USE_TOOLS+= gmake gawk +USE_TOOLS+= bash gmake gawk SUBST_CLASSES+= prefix SUBST_STAGE.prefix= pre-patch |