diff options
author | agc <agc@pkgsrc.org> | 2002-04-09 13:24:02 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-04-09 13:24:02 +0000 |
commit | b517fb5dc47f927b7c90c6afcbe15b879ebaca09 (patch) | |
tree | 2daa761b0c80373715a82a974e8b20f842f4eef1 /lang | |
parent | 8fa64d95d30b8cf33fa4afe7f91e411a0b0c65fc (diff) | |
download | pkgsrc-b517fb5dc47f927b7c90c6afcbe15b879ebaca09.tar.gz |
Protect the version of cook that is a pre-requisite:
s/cook-*/cook-[0-9]*/
Diffstat (limited to 'lang')
-rw-r--r-- | lang/onyx/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index 88911ccd062..a152e7c2dcc 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/04/03 18:02:07 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/04/09 13:24:02 agc Exp $ DISTNAME= onyx-${VERS} CATEGORIES= lang @@ -8,7 +8,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.canonware.com/ COMMENT= Embeddable stack-based threaded interpreted language -BUILD_DEPENDS= cook-*:../../devel/cook +BUILD_DEPENDS= cook-[0-9]*:../../devel/cook + +EXTRACT_USING_PAX= yes GNU_CONFIGURE= yes # XXX |