diff options
author | anray <anray@FreeBSD.org> | 2006-02-08 22:08:07 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-02-08 22:08:07 +0800 |
commit | 8e2f44ea5da9b47805c0f4720eea043787fd69b7 (patch) | |
tree | e002e1080ba2cebf7a2dd20618238fdd825d655d /editors/xemacs-devel-mule | |
parent | a4724a242cc5b17eb049d275edc2c56680906267 (diff) | |
download | freebsd-ports-gnome-8e2f44ea5da9b47805c0f4720eea043787fd69b7.tar.gz freebsd-ports-gnome-8e2f44ea5da9b47805c0f4720eea043787fd69b7.tar.zst freebsd-ports-gnome-8e2f44ea5da9b47805c0f4720eea043787fd69b7.zip |
* Try to fix xemacs-devel japanese ports.
* I don't use the japanese. Pass maintainership for
ja-xemacs-devel-* to ports@.
Reported by: pointyhat(kris)
Diffstat (limited to 'editors/xemacs-devel-mule')
-rw-r--r-- | editors/xemacs-devel-mule/Makefile | 7 | ||||
-rw-r--r-- | editors/xemacs-devel-mule/pkg-plist | 1 | ||||
-rw-r--r-- | editors/xemacs-devel-mule/pkg-plist.arch-dep | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/editors/xemacs-devel-mule/Makefile b/editors/xemacs-devel-mule/Makefile index a5999e04132f..2b2cb56629b9 100644 --- a/editors/xemacs-devel-mule/Makefile +++ b/editors/xemacs-devel-mule/Makefile @@ -193,6 +193,13 @@ LIB_DEPENDS+= canna.1:${PORTSDIR}/japanese/Canna .else CONFIGURE_ARGS+= --with-canna=no --with-wnn=no --with-wnn6=no .endif + +.if defined(CANNA) +PLIST_SUB+= CANNA="" +.else +PLIST_SUB+= CANNA="@comment " +.endif + SITE_INCLUDES+= ${LOCALBASE}/include SITE_LIBRARIES+= ${LOCALBASE}/lib diff --git a/editors/xemacs-devel-mule/pkg-plist b/editors/xemacs-devel-mule/pkg-plist index ed4a027040a9..acad3206728e 100644 --- a/editors/xemacs-devel-mule/pkg-plist +++ b/editors/xemacs-devel-mule/pkg-plist @@ -847,6 +847,7 @@ lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/mmencode lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/modules/auto-autoloads.el lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/modules/auto-autoloads.elc %%WITH_PGSQL%%lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/modules/postgresql.ell +%%CANNA%%lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/modules/canna_api.ell lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/movemail lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/profile lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/rcs2log diff --git a/editors/xemacs-devel-mule/pkg-plist.arch-dep b/editors/xemacs-devel-mule/pkg-plist.arch-dep index 4a240f7aa89b..9d817ea16c1e 100644 --- a/editors/xemacs-devel-mule/pkg-plist.arch-dep +++ b/editors/xemacs-devel-mule/pkg-plist.arch-dep @@ -396,6 +396,7 @@ lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/mmencode lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/modules/auto-autoloads.el lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/modules/auto-autoloads.elc %%WITH_PGSQL%%lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/modules/postgresql.ell +%%CANNA%%lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/modules/canna_api.ell lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/movemail lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/profile lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/rcs2log |