diff options
author | adam <adam@pkgsrc.org> | 2006-04-15 10:47:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-04-15 10:47:24 +0000 |
commit | 8625e81e2e5a3a5a74e952720eddfdaef96bc629 (patch) | |
tree | ac658fc9089fb2809450335e856c2f990a562a15 /editors/abiword-plugins/Makefile | |
parent | 7f6bd3a6e06fe22a7fb51755e93488d5783dd9c1 (diff) | |
download | pkgsrc-8625e81e2e5a3a5a74e952720eddfdaef96bc629.tar.gz |
Changes 2.4.4:
See http://www.abisource.com/changelogs/2.4.4.phtml for details
Diffstat (limited to 'editors/abiword-plugins/Makefile')
-rw-r--r-- | editors/abiword-plugins/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index ba748f1977e..bc77ddc548b 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2006/03/06 00:18:15 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/04/15 10:47:25 adam Exp $ .include "../../editors/abiword/Makefile.common" PKGNAME= abiword-plugins-${ABIWORD_VERSION} -PKGREVISION= 5 COMMENT= Plugins enhancing Abiword's capabilities WRKSRC= ${WRKDIR}/${DISTNAME}/abiword-plugins @@ -16,7 +15,6 @@ CONFIGURE_ARGS+= --disable-all CONFIGURE_ARGS+= --enable-OpenDocument CONFIGURE_ARGS+= --enable-OpenWriter CONFIGURE_ARGS+= --enable-abicapi -CONFIGURE_ARGS+= --enable-abicollab CONFIGURE_ARGS+= --enable-abicommand CONFIGURE_ARGS+= --enable-abidash CONFIGURE_ARGS+= --enable-applix |