From ad9dd4600bd9b4b870f63aae1e88d87d809183a6 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 9 Apr 2002 13:24:02 +0000 Subject: Protect the version of cook that is a pre-requisite: s/cook-*/cook-[0-9]*/ --- lang/onyx/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lang/onyx') 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 -- cgit v1.2.3