diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-04 10:18:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-04 10:18:00 +0800 |
commit | 25c1a134d6a3a5ebdcffd36f95104a741a2b604c (patch) | |
tree | 6e901d170d3a391ab449d5e9dbbc4136337b817f /editors/abiword-devel | |
parent | f441d0bd00ee6d6ec7f04358e8da7a4a4b7bf656 (diff) | |
download | freebsd-ports-gnome-25c1a134d6a3a5ebdcffd36f95104a741a2b604c.tar.gz freebsd-ports-gnome-25c1a134d6a3a5ebdcffd36f95104a741a2b604c.tar.zst freebsd-ports-gnome-25c1a134d6a3a5ebdcffd36f95104a741a2b604c.zip |
Chase libgucharmap's shared lib version.
Diffstat (limited to 'editors/abiword-devel')
-rw-r--r-- | editors/abiword-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |