diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-05-10 13:31:16 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-05-10 13:31:16 +0000 |
commit | e6a1989e2106018a957f9b0b71d1d781ea081acd (patch) | |
tree | f5136dca0c8980274760a58a667f48734340a9ea /editors/flim114-emacs20 | |
parent | Add flim-setup.el to PLIST. (diff) |
Fix REQUIRE_SETUPEL.
Notes
Notes:
svn path=/head/; revision=18734
Diffstat (limited to 'editors/flim114-emacs20')
-rw-r--r-- | editors/flim114-emacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/flim114-emacs20/Makefile b/editors/flim114-emacs20/Makefile index a283c843d4a4..7f9a10b4cba7 100644 --- a/editors/flim114-emacs20/Makefile +++ b/editors/flim114-emacs20/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:34:24 shige Exp $ # DISTNAME= flim-${FLIM_VER} @@ -36,7 +36,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 |