diff options
author | sakamoto <sakamoto> | 2002-06-12 04:35:15 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 2002-06-12 04:35:15 +0000 |
commit | 7ccca760a0925c1ff173678a61587e93f0dbee29 (patch) | |
tree | 53f65a0f649fb34b47d9f25afa024341126a44a6 /editors/xemacs | |
parent | b042c5aab81c8b09c2c8e0fb4a2c52cd14133e32 (diff) | |
download | pkgsrc-7ccca760a0925c1ff173678a61587e93f0dbee29.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 |