diff options
Diffstat (limited to 'editors/abiword-plugins/Makefile')
-rw-r--r-- | editors/abiword-plugins/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index f51389cbc08..e074788bf55 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,18 +1,17 @@ -# $NetBSD: Makefile,v 1.6 2005/02/10 19:27:32 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2005/02/24 09:55:48 adam Exp $ .include "../../editors/abiword/Makefile.common" -PKGNAME= abiword-plugins-${ABIWORD_DIST_VERSION} -PKGREVISION= 1 +PKGNAME= abiword-plugins-${ABIWORD_VERSION} COMMENT= Plugins enhancing Abiword's capabilities WRKSRC= ${WRKDIR}/${DISTNAME}/abiword-plugins -BUILD_DEPENDS+= abiword-${ABIWORD_DIST_VERSION}*:../../editors/abiword +BUILD_DEPENDS+= abiword-${ABIWORD_VERSION}*:../../editors/abiword .include "../../mk/bsd.prefs.mk" -CONFIGURE_ARGS+= --disable-all --enable-AbiGdkPixbuf --enable-abicommand +CONFIGURE_ARGS+= --disable-all --enable-abicommand CONFIGURE_ARGS+= --enable-applix --enable-bmp --enable-bz2abw CONFIGURE_ARGS+= --enable-clarisworks --enable-docbook --enable-eml CONFIGURE_ARGS+= --enable-jpeg --enable-kword --enable-latex |