From 230a4ce4ecdbe4a82cd0857ce90c994e5e5ba6cc Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 22 Jan 2004 07:49:20 +0000 Subject: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. --- comms/scmxx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comms/scmxx') diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index c639fc1e2f4..cbab1aece4d 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/09/08 14:17:19 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2004/01/22 07:51:12 grant Exp $ # DISTNAME= scmxx-0.6.4 @@ -14,7 +14,7 @@ USE_BUILDLINK2= yes CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_DIR} GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scmxx -- cgit v1.2.3