diff options
author | hira <hira@pkgsrc.org> | 2006-05-09 02:01:11 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2006-05-09 02:01:11 +0000 |
commit | 92f74643e51b90feaef61fdd9bd941481ceef38c (patch) | |
tree | eeca41a381bc2d2d74e7fc4b7698fc5a21b8e5a6 /textproc | |
parent | 8fe23371f73945557d8adf27ec944d97cf87206c (diff) | |
download | pkgsrc-92f74643e51b90feaef61fdd9bd941481ceef38c.tar.gz |
Add missing USE_LANGUAGES.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/enchant/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 858cb834de5..422e7593ed2 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:11:01 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/05/09 02:01:11 hira Exp $ # DISTNAME= enchant-1.1.6 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.abisource.com/enchant/ COMMENT= Generic spell checking library USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= enchant.pc.in |