diff options
author | grant <grant> | 2004-01-24 15:18:32 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-24 15:18:32 +0000 |
commit | f1f49bd9cd028c17f81b1eb853e58bd1b840add8 (patch) | |
tree | b586c3a412ff340b65ac788bfc63506f68c63c6f /wm/icewm | |
parent | 8f125a4f69f00798d513aa1d115722213f27a9da (diff) | |
download | pkgsrc-f1f49bd9cd028c17f81b1eb853e58bd1b840add8.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'wm/icewm')
-rw-r--r-- | wm/icewm/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index adaa67881a6..25cc4904c49 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2003/12/28 16:10:04 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.31 2004/01/24 15:18:32 grant Exp $ DISTNAME= icewm-1.2.13 CATEGORIES= x11 wm @@ -10,7 +10,7 @@ HOMEPAGE= http://icewm.sourceforge.net/ GNU_CONFIGURE= # defined USE_BUILDLINK2= yes USE_X11= # defined -USE_GMAKE= # defined +USE_GNU_TOOLS+= make USE_PKGINSTALL= yes USE_PKGLOCALEDIR= # defined BUILD_USES_MSGFMT= # defined |