pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/tc remove empty conditional



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8badc040391
branches:  trunk
changeset: 466917:a8badc040391
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jan 24 13:42:22 2004 +0000

description:
remove empty conditional

diffstat:

 inputmethod/tc/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 5a265629bd5a -r a8badc040391 inputmethod/tc/Makefile
--- a/inputmethod/tc/Makefile   Sat Jan 24 13:41:27 2004 +0000
+++ b/inputmethod/tc/Makefile   Sat Jan 24 13:42:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/24 13:41:27 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/24 13:42:22 grant Exp $
 #
 
 DISTNAME=      tc-2.3
@@ -11,8 +11,7 @@
 
 .include "../../mk/emacs.mk"
 
-.if ${EMACS_FLAVOR} == "emacs"
-.elif ${EMACS_FLAVOR} == "xemacs"
+.if ${EMACS_FLAVOR} == "xemacs"
 CONFIGURE_ARGS+=--with-emacs=xemacs
 CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc
 .endif



Home | Main Index | Thread Index | Old Index