summaryrefslogtreecommitdiff
path: root/editors/abiword/Makefile
diff options
context:
space:
mode:
authoradam <adam>2006-01-26 23:23:08 +0000
committeradam <adam>2006-01-26 23:23:08 +0000
commit5fcd9f78e6eaafc5888e148397bacf659d4da55e (patch)
tree9438cdf44d6b896bc2ae53de3e5e9637e62be988 /editors/abiword/Makefile
parentb033dd8a66135667344ef549a3aee475ca7d6374 (diff)
downloadpkgsrc-5fcd9f78e6eaafc5888e148397bacf659d4da55e.tar.gz
Buildlink clean-up + new plug-ins
Diffstat (limited to 'editors/abiword/Makefile')
-rw-r--r--editors/abiword/Makefile12
1 files changed, 5 insertions, 7 deletions
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