diff options
author | hira <hira> | 2006-05-09 02:54:10 +0000 |
---|---|---|
committer | hira <hira> | 2006-05-09 02:54:10 +0000 |
commit | cb8e16112c3459f0153271ea9e0ce49df9ddd8b4 (patch) | |
tree | 8b130ff76eae510b5cdb86f9ca0207e892384e52 /editors | |
parent | b8277350582ad222a81c3c10f0b20194aa9368a8 (diff) | |
download | pkgsrc-cb8e16112c3459f0153271ea9e0ce49df9ddd8b4.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} |