diff options
author | cjep <cjep> | 2002-12-22 17:43:49 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-22 17:43:49 +0000 |
commit | 48afb54b8574bc49b2ae79ac1139e01262f0baeb (patch) | |
tree | 581769974f4d26c4f5014c1c54177c57416369f3 | |
parent | b1be42ca95186fd79e09d22a81c9eb32b859489e (diff) | |
download | pkgsrc-48afb54b8574bc49b2ae79ac1139e01262f0baeb.tar.gz |
Use any zoo.
-rw-r--r-- | math/gp-grape/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gp-grape/Makefile b/math/gp-grape/Makefile index f1532512273..933c50a4c3b 100644 --- a/math/gp-grape/Makefile +++ b/math/gp-grape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/08/21 08:09:56 cjep Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/22 17:43:49 cjep Exp $ # DISTNAME= grape4r1 @@ -11,7 +11,7 @@ MAINTAINER= cjep@netbsd.org HOMEPAGE= http://www.gap-system.org/Share/grape.html COMMENT= GRAPE (GRape Algorithms using PErmutation groups) -BUILD_DEPENDS+= zoo:../../archivers/zoo +BUILD_DEPENDS+= zoo-[0-9]*:../../archivers/zoo EXTRACT_CMD= ${LOCALBASE}/bin/zoo -extract ${DOWNLOADED_DISTFILE} WRKSRC= ${WRKDIR}/${GAP_PKG_NAME} |