diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-13 09:11:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-13 09:11:39 +0800 |
commit | 7a7f2c70eb1a76d1ab2978d72af537df7a24ef61 (patch) | |
tree | be94648ee0a7fe75eb6b6f257a8d2aea8c5374cb | |
parent | 23651c900b1a76bdd5c6b429303e1305dff4dfe7 (diff) | |
download | freebsd-ports-gnome-7a7f2c70eb1a76d1ab2978d72af537df7a24ef61.tar.gz freebsd-ports-gnome-7a7f2c70eb1a76d1ab2978d72af537df7a24ef61.tar.zst freebsd-ports-gnome-7a7f2c70eb1a76d1ab2978d72af537df7a24ef61.zip |
Chase the libgucharmap shared lib version.
-rw-r--r-- | editors/AbiWord2/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 1371038bf6be..c62fcd23573f 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.2:${PORTSDIR}/misc/gucharmap +LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/misc/gucharmap .else CONFIGURE_ARGS+= --disable-gucharmap .endif diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 1371038bf6be..c62fcd23573f 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.2:${PORTSDIR}/misc/gucharmap +LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/misc/gucharmap .else CONFIGURE_ARGS+= --disable-gucharmap .endif 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 |