summaryrefslogtreecommitdiffstats
path: root/editors/abiword-plugins-devel
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-02-22 20:08:37 +0000
committermezz <mezz@FreeBSD.org>2005-02-22 20:08:37 +0000
commit40fb6d65d68c56cfe8c5a9b38b358d4df1e63afb (patch)
treea5ce4d08a8017869f93f342f9c887546d28e6ce8 /editors/abiword-plugins-devel
parenta1acca3a5a8c5aa8f96655cb15587740ac2c69b4 (diff)
downloadFreeBSD-ports-40fb6d65d68c56cfe8c5a9b38b358d4df1e63afb.zip
FreeBSD-ports-40fb6d65d68c56cfe8c5a9b38b358d4df1e63afb.tar.gz
Enable the libwpd (WordPerfect) plugin again, it works with the update of
textproc/libwpd 0.8.0.
Diffstat (limited to 'editors/abiword-plugins-devel')
-rw-r--r--editors/abiword-plugins-devel/Makefile21
-rw-r--r--editors/abiword-plugins-devel/pkg-plist1
2 files changed, 12 insertions, 10 deletions
diff --git a/editors/abiword-plugins-devel/Makefile b/editors/abiword-plugins-devel/Makefile
index 0edd009..795cb4a 100644
--- a/editors/abiword-plugins-devel/Makefile
+++ b/editors/abiword-plugins-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= abiword
PORTVERSION= 2.2.4
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
@@ -235,13 +236,13 @@ PLIST_SUB+= WMF:=""
PLIST_SUB+= WMF:="@comment "
.endif
-#.if defined(WITH_WORDPERFECT) || defined(PACKAGE_BUILDING)
-#LIB_DEPENDS+= wpd-1.7:${PORTSDIR}/textproc/libwpd
-#CONFIGURE_ARGS+= --enable-wordperfect
-#PLIST_SUB+= WORDPERFECT:=""
-#.else
-#PLIST_SUB+= WORDPERFECT:="@comment "
-#.endif
+.if defined(WITH_WORDPERFECT) || defined(PACKAGE_BUILDING)
+LIB_DEPENDS+= wpd-0.8.8:${PORTSDIR}/textproc/libwpd
+CONFIGURE_ARGS+= --enable-wordperfect
+PLIST_SUB+= WORDPERFECT:=""
+.else
+PLIST_SUB+= WORDPERFECT:="@comment "
+.endif
.if defined(WITH_XSLFO) || defined(PACKAGE_BUILDING)
CONFIGURE_ARGS+= --enable-xsl-fo
@@ -348,9 +349,9 @@ pre-everything::
.if !defined(WITH_WMF)
@${ECHO_MSG} "WITH_WMF=yes View Windows Metafiles."
.endif
-#.if !defined(WITH_WORDPERFECT)
-# @${ECHO_MSG} "WITH_WORDPERFECT=yes Import/export Wordperfect files."
-#.endif
+.if !defined(WITH_WORDPERFECT)
+ @${ECHO_MSG} "WITH_WORDPERFECT=yes Import/export Wordperfect files."
+.endif
.if !defined(WITH_XSLFO)
@${ECHO_MSG} "WITH_XSLFO=yes Import/export XSL-FO."
.endif
diff --git a/editors/abiword-plugins-devel/pkg-plist b/editors/abiword-plugins-devel/pkg-plist
index d056a17..bc60765 100644
--- a/editors/abiword-plugins-devel/pkg-plist
+++ b/editors/abiword-plugins-devel/pkg-plist
@@ -26,4 +26,5 @@
%%URLDICT:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiURLDict.so
%%WMF:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiWMF.so
%%WIKIPEDIA:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiWikipedia.so
+%%WORDPERFECT:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiWordPerfect.so
%%XSLFO:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiXSLFO.so
OpenPOWER on IntegriCloud