From f49bdea710428ecd01cdf0284c9c4641ef50dddf Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 22 Jan 2004 08:24:28 +0000 Subject: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. --- devel/st/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/st') diff --git a/devel/st/Makefile b/devel/st/Makefile index 906138f3f76..438ba8c415e 100644 --- a/devel/st/Makefile +++ b/devel/st/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:34:06 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/22 08:24:31 grant Exp $ # DISTNAME= st-1.4 @@ -13,7 +13,7 @@ COMMENT= Non-preemptive thread library for Internet applications ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-vax USE_LIBTOOL= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make ALL_TARGET= netbsd-debug HTMLDIR= ${PREFIX}/share/doc/html/st -- cgit v1.2.3