pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/kde3 replace deprecated USE_GMAKE with USE_G...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d5af4831571
branches:  trunk
changeset: 466921:8d5af4831571
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jan 24 14:01:53 2004 +0000

description:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

diffstat:

 meta-pkgs/kde3/Makefile.kde3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4bf9d7cd19ee -r 8d5af4831571 meta-pkgs/kde3/Makefile.kde3
--- a/meta-pkgs/kde3/Makefile.kde3      Sat Jan 24 14:01:47 2004 +0000
+++ b/meta-pkgs/kde3/Makefile.kde3      Sat Jan 24 14:01:53 2004 +0000
@@ -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 @@
 MAINTAINER?=   skrll%NetBSD.org@localhost
 HOMEPAGE?=     http://www.kde.org/
 
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 SHLIBTOOL_OVERRIDE=    ${WRKSRC}/libtool



Home | Main Index | Thread Index | Old Index