summaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-13 01:11:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-13 01:11:39 +0000
commit03667b3c5ea72d0a10576e7887955bf7f8895aa7 (patch)
treeddde934fe7e36aa2d5c8fea890241c8e0326a7e5 /editors/abiword
parentUpdate to 0.8.0 and sign over maintainership to gnome@. (diff)
Chase the libgucharmap shared lib version.
Notes
Notes: svn path=/head/; revision=82908
Diffstat (limited to 'editors/abiword')
-rw-r--r--editors/abiword/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 1371038bf6be..c62fcd23573f 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -55,7 +55,7 @@ GNOME_ENABLED= yes
.endif
.if defined(WITH_GUCHARMAP) || exists(${X11BASE}/libdata/pkgconfig/gucharmap.pc)
-LIB_DEPENDS+= gucharmap.2:${PORTSDIR}/misc/gucharmap
+LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/misc/gucharmap
.else
CONFIGURE_ARGS+= --disable-gucharmap
.endif