diff options
Diffstat (limited to 'math/yorick')
-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 \ |