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 /textproc/stardic/Makefile | |
parent | bfa12b783007890b49ae53a6e73a864a1a1099ec (diff) | |
download | pkgsrc-5e5ac5cef96dff28b97114bb74bd9ce9735628eb.tar.gz |
USE_BUILDLINK3 is a yes/no variable.
Diffstat (limited to 'textproc/stardic/Makefile')
-rw-r--r-- | textproc/stardic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/stardic/Makefile b/textproc/stardic/Makefile index ce64dac2e4f..79cabec2e16 100644 --- a/textproc/stardic/Makefile +++ b/textproc/stardic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/10/05 13:16:56 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2004/11/13 21:28:29 jlam Exp $ DISTNAME= dic PKGNAME= stardic-1.31 @@ -11,7 +11,7 @@ COMMENT= English-Chinese dictionary DIST_SUBDIR= ${PKGNAME_NOREV} -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_X11= # defined MAKEFILE= makefile USE_LANGUAGES= c c++ |