diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-22 17:43:49 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-22 17:43:49 +0000 |
commit | 0cae659e61f295fb092a9ecb109c6b48926ee469 (patch) | |
tree | 581769974f4d26c4f5014c1c54177c57416369f3 /math/gp-grape | |
parent | de4f7900a21ba124a5c25890c011e0655b952fc1 (diff) | |
download | pkgsrc-0cae659e61f295fb092a9ecb109c6b48926ee469.tar.gz |
Use any zoo.
Diffstat (limited to 'math/gp-grape')
-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} |