diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-31 21:53:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-31 21:53:26 +0000 |
commit | 54de37e60efaf8c20e08f298c18dd94049e20122 (patch) | |
tree | 40055aea6f96fbccaa81707e5f492ba903a83940 /math | |
parent | 931e2adbe1c06c2b1857ef4d3f516eeb0a9d5e98 (diff) | |
download | pkgsrc-54de37e60efaf8c20e08f298c18dd94049e20122.tar.gz |
Convert USE_GNU_TOOLS into USE_TOOLS as the former is no longer supported
in pkgsrc.
Diffstat (limited to 'math')
-rw-r--r-- | math/yorick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/yorick/Makefile b/math/yorick/Makefile index 5a80e57a9ed..390e49f51b3 100644 --- a/math/yorick/Makefile +++ b/math/yorick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/05/31 18:02:31 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2005/05/31 21:53:26 jlam Exp $ DISTNAME= yorick-1.6.02 CATEGORIES= math @@ -16,7 +16,7 @@ INSTALL_DIRS= ${WRKSRC} USE_MAKEINFO= YES INFO_FILES= yorick.info -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake post-patch: for f in ${WRKSRC}/ysite.sh; do \ |