summaryrefslogtreecommitdiff
path: root/misc/xchm
diff options
context:
space:
mode:
authorgrant <grant>2004-01-24 14:11:09 +0000
committergrant <grant>2004-01-24 14:11:09 +0000
commitf39fa89f8da1402927ebd5c373a3c0b9ca9b24ff (patch)
treec958efacae31d0663094f85f98be04a49ce4e210 /misc/xchm
parente1b82d0b390d5fa4b58858befe97e1b21fd83676 (diff)
downloadpkgsrc-f39fa89f8da1402927ebd5c373a3c0b9ca9b24ff.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'misc/xchm')
-rw-r--r--misc/xchm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile
index dd50aeaa72c..26147bc5942 100644
--- a/misc/xchm/Makefile
+++ b/misc/xchm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/14 01:59:54 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/24 14:11:10 grant Exp $
#
DISTNAME= xchm-0.8.10
@@ -12,7 +12,7 @@ COMMENT= CHM viewer for UNIX
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
.include "../../devel/chmlib/buildlink2.mk"
.include "../../x11/wxGTK/buildlink2.mk"