From 8f125a4f69f00798d513aa1d115722213f27a9da Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 24 Jan 2004 15:06:57 +0000 Subject: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. --- sysutils/gworkspace/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/gworkspace') diff --git a/sysutils/gworkspace/Makefile.common b/sysutils/gworkspace/Makefile.common index 34b42785f70..b88df3d7757 100644 --- a/sysutils/gworkspace/Makefile.common +++ b/sysutils/gworkspace/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2004/01/20 12:26:15 agc Exp $ +# $NetBSD: Makefile.common,v 1.8 2004/01/24 15:06:57 grant Exp $ # DISTNAME= gworkspace-0.5.3 @@ -11,7 +11,7 @@ HOMEPAGE?= http://www.gnustep.it/enrico/gworkspace/ WRKSRC= ${WRKDIR}/${DISTNAME:S/gw/GW/} USE_BUILDLINK2= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_X11= YES MAKEFILE= GNUmakefile GNU_CONFIGURE= YES -- cgit v1.2.3