aboutsummaryrefslogtreecommitdiffstats
path: root/editors/abiword-plugins
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-02-23 17:47:14 +0800
committermezz <mezz@FreeBSD.org>2005-02-23 17:47:14 +0800
commit16391a9e5d218d2338c151b69dd98f2830d6dbeb (patch)
treecdaafa42af640823822c16105550a23e10eea019 /editors/abiword-plugins
parentb31c46835014299973a0dd1782a5c4d71cf79f39 (diff)
downloadfreebsd-ports-graphics-16391a9e5d218d2338c151b69dd98f2830d6dbeb.tar.gz
freebsd-ports-graphics-16391a9e5d218d2338c151b69dd98f2830d6dbeb.tar.zst
freebsd-ports-graphics-16391a9e5d218d2338c151b69dd98f2830d6dbeb.zip
Add a missing dependency, libgsf, for the OpenWriter plugin.
Reported by: pointyhat via kris
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r--editors/abiword-plugins/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index 795cb4a0510..7c063794cd3 100644
--- a/editors/abiword-plugins/Makefile
+++ b/editors/abiword-plugins/Makefile
@@ -7,7 +7,7 @@
PORTNAME= abiword
PORTVERSION= 2.2.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
@@ -171,6 +171,7 @@ PLIST_SUB+= NROFF:="@comment "
.endif
.if defined(WITH_OPENWRITER) || defined(PACKAGE_BUILDING)
+USE_GNOME+= libgsf
CONFIGURE_ARGS+= --enable-OpenWriter
PLIST_SUB+= OPENWRITER:=""
.else