summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-02-23 09:47:14 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-02-23 09:47:14 +0000
commitf83ceb33505a1f8ffdae8393841c072151180515 (patch)
tree487f1d3e564322f93e350738b17d8515459301b0 /editors
parent- correct WRKSRC (diff)
Add a missing dependency, libgsf, for the OpenWriter plugin.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=129591
Diffstat (limited to 'editors')
-rw-r--r--editors/abiword-plugins-devel/Makefile3
-rw-r--r--editors/abiword-plugins/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/editors/abiword-plugins-devel/Makefile b/editors/abiword-plugins-devel/Makefile
index 795cb4a0510a..7c063794cd3a 100644
--- a/editors/abiword-plugins-devel/Makefile
+++ b/editors/abiword-plugins-devel/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
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index 795cb4a0510a..7c063794cd3a 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