summaryrefslogtreecommitdiff
path: root/math/yorick
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-31 21:53:26 +0000
committerjlam <jlam>2005-05-31 21:53:26 +0000
commit187507832b47e989cf8620eda7b08c7e4af3656f (patch)
tree40055aea6f96fbccaa81707e5f492ba903a83940 /math/yorick
parent8d5809e63baaf1eba1e9882e16e2848f14f5b3e1 (diff)
downloadpkgsrc-187507832b47e989cf8620eda7b08c7e4af3656f.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 \