summaryrefslogtreecommitdiff
path: root/editors/semi113-emacs
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-05-10 15:00:49 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-05-10 15:00:49 +0000
commit6fb2439f900cbe7b770576f36943721b24ba2110 (patch)
treec190de07c427e27ca34916ad4d02f3b34bf1bbac /editors/semi113-emacs
parentUnbreak for ELF. (setenv PORTOBJFORMAT at xmkmf) (diff)
Fix REQUIRE_SETUPEL.
Notes
Notes: svn path=/head/; revision=18745
Diffstat (limited to 'editors/semi113-emacs')
-rw-r--r--editors/semi113-emacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/semi113-emacs/Makefile b/editors/semi113-emacs/Makefile
index dceffeb63728..4436930f094d 100644
--- a/editors/semi113-emacs/Makefile
+++ b/editors/semi113-emacs/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 May 1999
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/05/09 16:54:09 shige Exp $
#
DISTNAME= semi-${SEMI_VER}
@@ -37,7 +37,7 @@ ALL_TARGET?= elc
HAVE_COMMON_PORT= NO
.endif
# if RUN_DEPENDS-emacs needs setup elisp
-.if !defined(REQUIRE_SETUP)
+.if !defined(REQUIRE_SETUPEL)
REQUIRE_SETUPEL= NO
.endif