summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-04 02:18:00 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-04 02:18:00 +0000
commitca986960a93f338e908f8ae8b9df63c031e245be (patch)
treef7ce84537f67441ecc38fcf61ae1b25cef9a8348 /editors
parentHandle OMF files properly. (diff)
Chase libgucharmap's shared lib version.
Notes
Notes: svn path=/head/; revision=80094
Diffstat (limited to 'editors')
-rw-r--r--editors/AbiWord2/Makefile2
-rw-r--r--editors/abiword-devel/Makefile2
-rw-r--r--editors/abiword/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile
index 2d9dd7ccf226..43c8647520af 100644
--- a/editors/AbiWord2/Makefile
+++ b/editors/AbiWord2/Makefile
@@ -55,7 +55,7 @@ GNOME_ENABLED= yes
.endif
.if defined(WITH_GUCHARMAP) || exists(${X11BASE}/libdata/pkgconfig/gucharmap.pc)
-LIB_DEPENDS+= gucharmap.1:${PORTSDIR}/misc/gucharmap
+LIB_DEPENDS+= gucharmap.2:${PORTSDIR}/misc/gucharmap
.else
CONFIGURE_ARGS+= --disable-gucharmap
.endif
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile
index 2d9dd7ccf226..43c8647520af 100644
--- a/editors/abiword-devel/Makefile
+++ b/editors/abiword-devel/Makefile
@@ -55,7 +55,7 @@ GNOME_ENABLED= yes
.endif
.if defined(WITH_GUCHARMAP) || exists(${X11BASE}/libdata/pkgconfig/gucharmap.pc)
-LIB_DEPENDS+= gucharmap.1:${PORTSDIR}/misc/gucharmap
+LIB_DEPENDS+= gucharmap.2:${PORTSDIR}/misc/gucharmap
.else
CONFIGURE_ARGS+= --disable-gucharmap
.endif
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 2d9dd7ccf226..43c8647520af 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.1:${PORTSDIR}/misc/gucharmap
+LIB_DEPENDS+= gucharmap.2:${PORTSDIR}/misc/gucharmap
.else
CONFIGURE_ARGS+= --disable-gucharmap
.endif