diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 15:18:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 15:18:32 +0000 |
commit | e3d128293a60e76f4fccba311e775c0005599ebd (patch) | |
tree | b586c3a412ff340b65ac788bfc63506f68c63c6f /wm/icewm | |
parent | 60ad86155b401a01e64b933035cd952dee4f3481 (diff) | |
download | pkgsrc-e3d128293a60e76f4fccba311e775c0005599ebd.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 |