diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-24 16:31:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-24 16:31:48 +0000 |
commit | 7bbdc11f150ef235667972a970973216d5909b32 (patch) | |
tree | 5fd8163d453a91da5cc7a3c473c9d4cc15e6f679 /textproc/aspell/Makefile | |
parent | 7723a543eb171b4b071671a3a9ac5204645b99be (diff) | |
download | pkgsrc-7bbdc11f150ef235667972a970973216d5909b32.tar.gz |
Made the package work on Solaris. It needed an obscure patch and
USE_PKGLOCALEDIR.
Diffstat (limited to 'textproc/aspell/Makefile')
-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 10f3f627d3a..450e91a164a 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/11/05 17:02:18 joerg Exp $ +# $NetBSD: Makefile,v 1.47 2006/11/24 16:31:48 rillig Exp $ # DISTNAME= aspell-0.60.4 @@ -20,6 +20,7 @@ USE_TOOLS+= gmake USE_TOOLS+= perl:run USE_LIBTOOL= yes USE_LANGUAGES= c c++ +USE_PKGLOCALEDIR= yes INFO_FILES= # PLIST CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/aspell |