diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 14:11:09 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 14:11:09 +0000 |
commit | 57891cda0a771da389c93a6cf10948c39b8a99ce (patch) | |
tree | c958efacae31d0663094f85f98be04a49ce4e210 /misc/gnome2-user-docs/Makefile | |
parent | e048c6c3e67a4a442b6c3e04c8d56e6779dc2c73 (diff) | |
download | pkgsrc-57891cda0a771da389c93a6cf10948c39b8a99ce.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'misc/gnome2-user-docs/Makefile')
-rw-r--r-- | misc/gnome2-user-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnome2-user-docs/Makefile b/misc/gnome2-user-docs/Makefile index 0e6851cf0a1..44fe58a91b7 100644 --- a/misc/gnome2-user-docs/Makefile +++ b/misc/gnome2-user-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/12/14 21:57:34 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/24 14:11:10 grant Exp $ # DISTNAME= gnome2-user-docs-2.4.1 @@ -13,7 +13,7 @@ COMMENT= The GNOME 2 users guide DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs USE_BUILDLINK2= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_X11= yes |