diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 14:01:53 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 14:01:53 +0000 |
commit | abac7b9eaa04e418255252ab6aeba6605223e313 (patch) | |
tree | 666cc9351884894c263fd0048f4a32638f5469b4 /meta-pkgs/kde3 | |
parent | 86e4785fb10df6be3265953a7b65220c60f86bec (diff) | |
download | pkgsrc-abac7b9eaa04e418255252ab6aeba6605223e313.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'meta-pkgs/kde3')
-rw-r--r-- | meta-pkgs/kde3/Makefile.kde3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/kde3/Makefile.kde3 b/meta-pkgs/kde3/Makefile.kde3 index 06a04ee31ec..a21e6d27889 100644 --- a/meta-pkgs/kde3/Makefile.kde3 +++ b/meta-pkgs/kde3/Makefile.kde3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.kde3,v 1.4 2004/01/15 09:33:32 markd Exp $ +# $NetBSD: Makefile.kde3,v 1.5 2004/01/24 14:01:53 grant Exp $ # # This Makefile fragment is included at the top of package Makefiles for # KDE3-distributed packages (they all share common configure and build @@ -17,7 +17,7 @@ EXTRACT_SUFX?= .tar.bz2 MAINTAINER?= skrll@NetBSD.org HOMEPAGE?= http://www.kde.org/ -USE_GMAKE= YES +USE_GNU_TOOLS+= make GNU_CONFIGURE= YES USE_LIBTOOL= YES SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool |