diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-13 21:28:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-13 21:28:27 +0000 |
commit | 5e5ac5cef96dff28b97114bb74bd9ce9735628eb (patch) | |
tree | e15cac241c67e37e37b77e2f7a8a6e47a17df9ce /inputmethod/libtabe/Makefile | |
parent | bfa12b783007890b49ae53a6e73a864a1a1099ec (diff) | |
download | pkgsrc-5e5ac5cef96dff28b97114bb74bd9ce9735628eb.tar.gz |
USE_BUILDLINK3 is a yes/no variable.
Diffstat (limited to 'inputmethod/libtabe/Makefile')
-rw-r--r-- | inputmethod/libtabe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/libtabe/Makefile b/inputmethod/libtabe/Makefile index 310609a4371..b1c4077da64 100644 --- a/inputmethod/libtabe/Makefile +++ b/inputmethod/libtabe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/10/03 00:14:59 tv Exp $ +# $NetBSD: Makefile,v 1.11 2004/11/13 21:28:28 jlam Exp $ # DISTNAME= libtabe-0.2.5 @@ -11,7 +11,7 @@ HOMEPAGE= http://libtabe.sourceforge.net/ COMMENT= Library for Chinese language processing WRKSRC= ${WRKDIR}/libtabe -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_X11= # defined USE_LIBTOOL= # defined |