diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
commit | c39d3036c6cae80e3eaf5e0d668a35f36e3e0909 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /math | |
parent | c1aec0ffb721a6dc0787d449ab94fb56f534f507 (diff) | |
download | pkgsrc-c39d3036c6cae80e3eaf5e0d668a35f36e3e0909.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'math')
-rw-r--r-- | math/gap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 330b3c08321..45b2d9af77c 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/12/03 15:15:03 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2005/05/16 01:15:32 jlam Exp $ # DISTNAME= gap4r3 @@ -20,6 +20,8 @@ SITES_fix4r3n5.tar.gz= ${MASTER_SITES:=bugfixes/} LICENSE= no-commercial-use +PKGSRC_USE_TOOLS+= gtar + GNU_CONFIGURE= yes CONFIGURE_ENV+= PREFIX=${PREFIX} BUILD_TARGET= default |