diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 13:41:27 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 13:41:27 +0000 |
commit | 7d3491bf41e8d3d75106079e2e16de49c2b647de (patch) | |
tree | a52c8ab50affed899d6779c4d6f432b620b28351 /inputmethod | |
parent | 4390a2f42b30f51547ced7469f2e97ca0c8275ad (diff) | |
download | pkgsrc-7d3491bf41e8d3d75106079e2e16de49c2b647de.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/tc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/tc/Makefile b/inputmethod/tc/Makefile index dcfb766db08..cd3f42511d1 100644 --- a/inputmethod/tc/Makefile +++ b/inputmethod/tc/Makefile @@ -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-emacs=xemacs CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc .endif -USE_GMAKE= YES +USE_GNU_TOOLS+= make GNU_CONFIGURE= YES INFO_FILES= tc.info |