diff options
author | grant <grant> | 2004-01-24 13:41:27 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-24 13:41:27 +0000 |
commit | 82d8a90b4fd1d941ab12a4354faa1ca0c17f58ae (patch) | |
tree | a52c8ab50affed899d6779c4d6f432b620b28351 /inputmethod/tc | |
parent | 44924140a6f3cfed7c7785d56b9bf3cb180e64a5 (diff) | |
download | pkgsrc-82d8a90b4fd1d941ab12a4354faa1ca0c17f58ae.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'inputmethod/tc')
-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 |