summaryrefslogtreecommitdiff
path: root/math/yorick
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-31 21:53:26 +0000
committerjlam <jlam@pkgsrc.org>2005-05-31 21:53:26 +0000
commitd4817179d43f616822f01dc3d5b877b84ccabf44 (patch)
tree40055aea6f96fbccaa81707e5f492ba903a83940 /math/yorick
parente8b2ba9fa0765bfc75e5de73254836b71b09963a (diff)
downloadpkgsrc-d4817179d43f616822f01dc3d5b877b84ccabf44.tar.gz
Convert USE_GNU_TOOLS into USE_TOOLS as the former is no longer supported
in pkgsrc.
Diffstat (limited to 'math/yorick')
-rw-r--r--math/yorick/Makefile4
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 \