diff options
author | rafan <rafan@FreeBSD.org> | 2006-11-07 03:57:56 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-11-07 03:57:56 +0800 |
commit | c66adb459f4c1815583349f5513e79f443d37e32 (patch) | |
tree | 107d380467b799b21ee2710e7a6a992ec94433e9 /editors/xemacs21-mule/Makefile | |
parent | 3c64d1aa91e7f88bc02f8a7b5b05e5fac1bcf5d6 (diff) | |
download | freebsd-ports-gnome-c66adb459f4c1815583349f5513e79f443d37e32.tar.gz freebsd-ports-gnome-c66adb459f4c1815583349f5513e79f443d37e32.tar.zst freebsd-ports-gnome-c66adb459f4c1815583349f5513e79f443d37e32.zip |
- chinese/xcin is moved to LOCALBASE
Diffstat (limited to 'editors/xemacs21-mule/Makefile')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 02b4f0a3d013..cd68d65b8b5f 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -147,7 +147,7 @@ CONFIGURE_ARGS+=--with-athena=xaw BINNAMEEXT= -mule .if defined(WITH_XCIN25) -RUN_DEPENDS+= ${X11BASE}/bin/xcin2.5:${PORTSDIR}/chinese/xcin +RUN_DEPENDS+= ${LOCALBASE}/bin/xcin2.5:${PORTSDIR}/chinese/xcin .endif .if defined(CANNA) && defined(FREEWNN) CONFIGURE_ARGS+= --with-canna --with-wnn --with-wnn6=no |