diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-02-08 14:08:07 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-02-08 14:08:07 +0000 |
commit | c335ce212d672d535dbd56ffb6da23945edd025f (patch) | |
tree | b39989beb40576677502d4704997b3ee8199a16f /editors/xemacs-devel-mule | |
parent | 703a9313d671fcb909138b30fd0d8cd2fe2c1d3d (diff) | |
download | ports-c335ce212d672d535dbd56ffb6da23945edd025f.tar.gz ports-c335ce212d672d535dbd56ffb6da23945edd025f.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)
Notes
Notes:
svn path=/head/; revision=155517
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 |