diff options
author | abs <abs@pkgsrc.org> | 2004-02-11 01:46:30 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-02-11 01:46:30 +0000 |
commit | 370309dfdca228db0b0aedb3046ec0e00a5de324 (patch) | |
tree | 339bb2a1f7c733e2891ae2d22c8adc1182d3b65c /textproc | |
parent | 9480cd408d53a52b1345d4016fe0bfe91758535a (diff) | |
download | pkgsrc-370309dfdca228db0b0aedb3046ec0e00a5de324.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 1207cfd80fa..56296fee663 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/01/24 15:13:19 grant Exp $ +# $NetBSD: Makefile,v 1.18 2004/02/11 01:46:30 abs Exp $ # DISTNAME= aspell-0.50.4.1 @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes USE_GCC_SHLIB= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes +USE_LANGUAGES= c c++ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/aspell |