diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-13 01:11:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-13 01:11:39 +0000 |
commit | 03667b3c5ea72d0a10576e7887955bf7f8895aa7 (patch) | |
tree | ddde934fe7e36aa2d5c8fea890241c8e0326a7e5 /editors/abiword-devel | |
parent | 60f46d4fc79b0d096325364d8419c7f81e86864f (diff) | |
download | ports-03667b3c5ea72d0a10576e7887955bf7f8895aa7.tar.gz ports-03667b3c5ea72d0a10576e7887955bf7f8895aa7.zip |
Notes
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 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 |