diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2002-06-12 04:35:15 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2002-06-12 04:35:15 +0000 |
commit | ee867261f9c01c1c8e64efc42faecea99e37b2f5 (patch) | |
tree | 53f65a0f649fb34b47d9f25afa024341126a44a6 /editors/xemacs | |
parent | 70c98f1dc2c9fdbd42ce6fd362fb4b127715e5da (diff) | |
download | pkgsrc-ee867261f9c01c1c8e64efc42faecea99e37b2f5.tar.gz |
use inputmethod/canna-lib/buildlink.mk.
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index e2ef4963778..3c09c9ebe78 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2002/05/31 15:19:57 seb Exp $ +# $NetBSD: Makefile,v 1.49 2002/06/12 04:35:15 sakamoto Exp $ DISTNAME= xemacs-21.1.14 PKGREVISION= 2 @@ -58,8 +58,8 @@ WITH_XFACE= --with-xface=no .endif .if defined(EMACS_CANNA) && ${EMACS_CANNA} == YES +.include "../../inputmethod/canna-lib/buildlink.mk" WITH_CANNA= --with-canna=yes -DEPENDS+= Canna-lib-3*:../../inputmethod/canna-lib .else WITH_CANNA= --with-canna=no .endif |