diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 08:24:28 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 08:24:28 +0000 |
commit | f49bdea710428ecd01cdf0284c9c4641ef50dddf (patch) | |
tree | f1f50ca186e44e49e56afd63f7fa07c9e67021ba /devel/st | |
parent | c303fd8f0275cd7a1b8b10da1a6e766395cc085f (diff) | |
download | pkgsrc-f49bdea710428ecd01cdf0284c9c4641ef50dddf.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'devel/st')
-rw-r--r-- | devel/st/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |