diff options
author | grant <grant> | 2004-01-24 14:11:09 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-24 14:11:09 +0000 |
commit | b377bcd2f387ca7bf4ba46221a9178475765e486 (patch) | |
tree | c958efacae31d0663094f85f98be04a49ce4e210 /misc/gnome2-utils | |
parent | 6a370b42e349abb884576319f9bcf049ff9a2a47 (diff) | |
download | pkgsrc-b377bcd2f387ca7bf4ba46221a9178475765e486.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'misc/gnome2-utils')
-rw-r--r-- | misc/gnome2-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnome2-utils/Makefile b/misc/gnome2-utils/Makefile index 0c1ed7fef41..56f23eefbdb 100644 --- a/misc/gnome2-utils/Makefile +++ b/misc/gnome2-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/01/23 21:50:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/24 14:11:10 grant Exp $ # DISTNAME= gnome-utils-2.4.1 @@ -14,7 +14,7 @@ COMMENT= Set of useful GNOME2 utilities and applications BUILD_USES_MSGFMT= yes USE_PERL5= build -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes USE_X11= yes |