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 | a1d0b1b68bd07bf5c704b4c64294efa8c21449fe (patch) | |
tree | 339bb2a1f7c733e2891ae2d22c8adc1182d3b65c /textproc/aspell | |
parent | 9c5d2aaa9eca3ef411c6f3d82abb17f8508c4955 (diff) | |
download | pkgsrc-a1d0b1b68bd07bf5c704b4c64294efa8c21449fe.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'textproc/aspell')
-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 |