diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-12 21:28:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-12 21:28:28 +0000 |
commit | 82805edbf6c52b295305fa2e9ad1ecb367bd4427 (patch) | |
tree | 3259aaf3a5bdf3612e72654e41bef944062e5766 /devel/gtexinfo/Makefile | |
parent | d24b17b1058498eaff3ad92665bc6855034b4770 (diff) | |
download | pkgsrc-82805edbf6c52b295305fa2e9ad1ecb367bd4427.tar.gz |
Add patch so this does not depend on GNU make.
Diffstat (limited to 'devel/gtexinfo/Makefile')
-rw-r--r-- | devel/gtexinfo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index e7c3f533a7a..277c1f98389 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2004/07/04 23:17:59 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2004/07/12 21:28:28 wiz Exp $ DISTNAME= texinfo-4.7 PKGNAME= g${DISTNAME} @@ -13,7 +13,6 @@ COMMENT= GNU info file manipulation utilities PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes -USE_GNU_TOOLS+= make GNU_CONFIGURE= yes INFO_FILES= info-stnd.info info.info texinfo TEST_TARGET= check |