diff options
author | hira <hira@pkgsrc.org> | 2006-05-09 02:54:10 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2006-05-09 02:54:10 +0000 |
commit | c9dca1927c6095e5225b35c175dbc9f250ae2f6f (patch) | |
tree | 8b130ff76eae510b5cdb86f9ca0207e892384e52 /editors | |
parent | 92d6f0ad3eb86f403f5f67a0e76931ffb74dfc31 (diff) | |
download | pkgsrc-c9dca1927c6095e5225b35c175dbc9f250ae2f6f.tar.gz |
Add missing USE_LANGUAGES.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index bb1ad55ac2b..fb466622f78 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2006/05/04 12:59:04 sketch Exp $ +# $NetBSD: Makefile.common,v 1.33 2006/05/09 02:54:10 hira Exp $ # Be sure to update PLIST and distinfo for editors/abiword-plugins when updating ABIWORD_VERSION= 2.4.4 @@ -16,6 +16,7 @@ MAKEFILE= GNUmakefile USE_DIRS+= xdg-1.1 USE_LIBTOOL= yes USE_TOOLS+= gmake msgfmt pkg-config +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libpng=${BUILDLINK_PREFIX.png} |