diff options
Diffstat (limited to 'editors/abiword-plugins/Makefile')
-rw-r--r-- | editors/abiword-plugins/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 53c5976b908..40eb9cb1422 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/21 06:32:05 xtraeme Exp $ -# +# $NetBSD: Makefile,v 1.2 2004/11/22 13:32:01 adam Exp $ + .include "../../editors/abiword/Makefile.common" PKGNAME= abiword-plugins-${ABIWORD_DIST_VERSION} - COMMENT= Plugins enhancing Abiword's capabilities WRKSRC= ${WRKDIR}/${DISTNAME}/abiword-plugins @@ -12,12 +11,11 @@ BUILD_DEPENDS+= abiword-${ABIWORD_DIST_VERSION}:../../editors/abiword .include "../../mk/bsd.prefs.mk" -CONFIGURE_ARGS+= --disable-all -CONFIGURE_ARGS+= --enable-xsl-fo --enable-xhtml --enable-wml -CONFIGURE_ARGS+= --enable-nrof --enable-mswrite --enable-latex -CONFIGURE_ARGS+= --enable-kword --enable-jpeg --enable-AbiGdkPixbuf -CONFIGURE_ARGS+= --enable-eml --enable-docbook --enable-abicommand -CONFIGURE_ARGS+= --enable-clarisworks --enable-bz2abw --enable-bmp -CONFIGURE_ARGS+= --enable-applix +CONFIGURE_ARGS+= --disable-all --enable-AbiGdkPixbuf --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 +CONFIGURE_ARGS+= --enable-mswrite --enable-nroff --enable-wml +CONFIGURE_ARGS+= --enable-xhtml --enable-xsl-fo .include "../../mk/bsd.pkg.mk" |