summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorgrant <grant>2004-01-24 13:42:22 +0000
committergrant <grant>2004-01-24 13:42:22 +0000
commit1be77bf7093676187a287d35a706a2d947dad189 (patch)
tree33e5a9a7a4aef55cbcc63c97f74714919df02278 /inputmethod
parent19f5eb6cebf8fc4bbee1f7ac33ff5014e0b08e8b (diff)
downloadpkgsrc-1be77bf7093676187a287d35a706a2d947dad189.tar.gz
remove empty conditional
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/tc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/inputmethod/tc/Makefile b/inputmethod/tc/Makefile
index cd3f42511d1..88f2f080f97 100644
--- a/inputmethod/tc/Makefile
+++ b/inputmethod/tc/Makefile
@@ -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 @@ COMMENT= T-Code driver for Emacs
.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