summaryrefslogtreecommitdiff
path: root/lang/onyx
diff options
context:
space:
mode:
authoragc <agc>2002-04-09 13:24:02 +0000
committeragc <agc>2002-04-09 13:24:02 +0000
commitad9dd4600bd9b4b870f63aae1e88d87d809183a6 (patch)
tree2daa761b0c80373715a82a974e8b20f842f4eef1 /lang/onyx
parenta331dd095fc5a56cdd20feba655493e35a986e56 (diff)
downloadpkgsrc-ad9dd4600bd9b4b870f63aae1e88d87d809183a6.tar.gz
Protect the version of cook that is a pre-requisite:
s/cook-*/cook-[0-9]*/
Diffstat (limited to 'lang/onyx')
-rw-r--r--lang/onyx/Makefile6
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