pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/tc replace deprecated USE_GMAKE with USE_G...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a265629bd5a
branches:  trunk
changeset: 466916:5a265629bd5a
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jan 24 13:41:27 2004 +0000

description:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

diffstat:

 inputmethod/tc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r abd5a6b0b09a -r 5a265629bd5a inputmethod/tc/Makefile
--- a/inputmethod/tc/Makefile   Sat Jan 24 13:30:55 2004 +0000
+++ b/inputmethod/tc/Makefile   Sat Jan 24 13:41:27 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/08/09 10:55:28 seb Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/24 13:41:27 grant Exp $
 #
 
 DISTNAME=      tc-2.3
@@ -17,7 +17,7 @@
 CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc
 .endif
 
-USE_GMAKE=     YES
+USE_GNU_TOOLS+=        make
 GNU_CONFIGURE= YES
 INFO_FILES=    tc.info
 



Home | Main Index | Thread Index | Old Index