diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-07 10:35:18 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-07 10:35:18 +0800 |
commit | 3024fe12f5297620373e1db4a274414aeec520c1 (patch) | |
tree | 16b6ee06ddcd4cca5de09616d192df29cd4c1ec8 /editors | |
parent | 09c6cea7af0b13330eb8746aeb1e52fca13fcf67 (diff) | |
download | freebsd-ports-gnome-3024fe12f5297620373e1db4a274414aeec520c1.tar.gz freebsd-ports-gnome-3024fe12f5297620373e1db4a274414aeec520c1.tar.zst freebsd-ports-gnome-3024fe12f5297620373e1db4a274414aeec520c1.zip |
misc/gucharmap is now deskutils/gucharmap.
Diffstat (limited to 'editors')
-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 572076282b98..98ccef060196 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.3:${PORTSDIR}/misc/gucharmap +LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/deskutils/gucharmap .else CONFIGURE_ARGS+= --enable-cmap=no .endif diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 572076282b98..98ccef060196 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.3:${PORTSDIR}/misc/gucharmap +LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/deskutils/gucharmap .else CONFIGURE_ARGS+= --enable-cmap=no .endif 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 |