diff options
author | grant <grant> | 2004-01-24 14:11:09 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-24 14:11:09 +0000 |
commit | f39fa89f8da1402927ebd5c373a3c0b9ca9b24ff (patch) | |
tree | c958efacae31d0663094f85f98be04a49ce4e210 /misc/yelp | |
parent | e1b82d0b390d5fa4b58858befe97e1b21fd83676 (diff) | |
download | pkgsrc-f39fa89f8da1402927ebd5c373a3c0b9ca9b24ff.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'misc/yelp')
-rw-r--r-- | misc/yelp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/yelp/Makefile b/misc/yelp/Makefile index e0cd2c5eb7b..e0c286627f7 100644 --- a/misc/yelp/Makefile +++ b/misc/yelp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/23 21:50:47 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/24 14:11:10 grant Exp $ # DISTNAME= yelp-2.4.2 @@ -15,7 +15,7 @@ DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs BUILD_USES_MSGFMT= yes USE_BUILDLINK2= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_X11= yes |