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/Makefile | |
parent | 703a9313d671fcb909138b30fd0d8cd2fe2c1d3d (diff) |
Notes
Diffstat (limited to 'editors/xemacs-devel-mule/Makefile')
-rw-r--r-- | editors/xemacs-devel-mule/Makefile | 7 |
1 files changed, 7 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 |