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/sawfish | |
parent | 60ad86155b401a01e64b933035cd952dee4f3481 (diff) | |
download | pkgsrc-e3d128293a60e76f4fccba311e775c0005599ebd.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'wm/sawfish')
-rw-r--r-- | wm/sawfish/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/sawfish/Makefile.common b/wm/sawfish/Makefile.common index 5d989f1c8d7..ae81f15d513 100644 --- a/wm/sawfish/Makefile.common +++ b/wm/sawfish/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2003/08/06 19:57:23 seb Exp $ +# $NetBSD: Makefile.common,v 1.18 2004/01/24 15:18:32 grant Exp $ DISTNAME= sawfish-${SF_VERS}-gtk1 SF_VERS= 1.2 @@ -13,7 +13,7 @@ DEPENDS+= rep-gtk>=0.15nb2:../../x11/rep-gtk USE_X11= # defined USE_BUILDLINK2= # defined USE_PKGLOCALEDIR= # defined -USE_GMAKE= # defined +USE_GNU_TOOLS+= make GNU_CONFIGURE= # defined DISTINFO_FILE= ${.CURDIR}/../../wm/sawfish/distinfo |