From 5fcd9f78e6eaafc5888e148397bacf659d4da55e Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 26 Jan 2006 23:23:08 +0000 Subject: Buildlink clean-up + new plug-ins --- editors/abiword/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'editors/abiword/Makefile') diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index c9856c91113..e044d1ffbcd 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.95 2006/01/24 07:32:05 wiz Exp $ +# $NetBSD: Makefile,v 1.96 2006/01/26 23:23:08 adam Exp $ .include "Makefile.common" COMMENT= Open Source cross-platform word processor -PKGREVISION= 1 +PKGREVISION= 2 # GTK1 version and previous name of the GTK2 version CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]* @@ -10,7 +10,7 @@ CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME}/abi USE_TOOLS+= perl -REPLACE_PERL= user/wp/scripts/abw2html.pl +REPLACE_PERL+= user/wp/scripts/abw2html.pl PKG_OPTIONS_VAR= PKG_OPTIONS.abiword PKG_SUPPORTED_OPTIONS= gucharmap @@ -28,8 +28,9 @@ CONFIGURE_ARGS+= --without-epath # Use X11 instead of Cocoa API CONFIGURE_ARGS+= --disable-Cocoa .endif -CONFIGURE_ARGS+= --enable-threads --with-libxml2 +CONFIGURE_ARGS+= --enable-threads CONFIGURE_ARGS+= --with-libjpeg-prefix=${BUILDLINK_PREFIX.jpeg} +CONFIGURE_ARGS+= --with-libxml2 CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} USE_GNU_ICONV= yes @@ -51,9 +52,6 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/AbiSuite-2.4/AbiWord ${CP} -R ${WRKDIR}/help ${PREFIX}/share/AbiSuite-2.4/AbiWord/ -.include "../../converters/libiconv/buildlink3.mk" -.include "../../converters/wv/buildlink3.mk" - .if !empty(PKG_OPTIONS:Mgucharmap) .include "../../fonts/gucharmap/buildlink3.mk" .endif -- cgit v1.2.3