diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-07 02:35:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-07 02:35:18 +0000 |
commit | 3024fe12f5297620373e1db4a274414aeec520c1 (patch) | |
tree | 16b6ee06ddcd4cca5de09616d192df29cd4c1ec8 /editors/abiword | |
parent | Gucharmap is now in deskutils. (diff) |
misc/gucharmap is now deskutils/gucharmap.
Notes
Notes:
svn path=/head/; revision=86418
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 572076282b98..98ccef060196 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.3:${PORTSDIR}/misc/gucharmap +LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/deskutils/gucharmap .else CONFIGURE_ARGS+= --enable-cmap=no .endif |