diff options
author | shige <shige@FreeBSD.org> | 1999-05-10 21:31:16 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-05-10 21:31:16 +0800 |
commit | 1bea4ba95d281347bd589878138e63856e29c22c (patch) | |
tree | 9ede61d64f2e3e4080020f677d099f5707f3cf97 | |
parent | a215b7e34501631740c8e90224975be59a4f449b (diff) | |
download | freebsd-ports-gnome-1bea4ba95d281347bd589878138e63856e29c22c.tar.gz freebsd-ports-gnome-1bea4ba95d281347bd589878138e63856e29c22c.tar.zst freebsd-ports-gnome-1bea4ba95d281347bd589878138e63856e29c22c.zip |
Fix REQUIRE_SETUPEL.
-rw-r--r-- | editors/flim-emacs-current/Makefile | 4 | ||||
-rw-r--r-- | editors/flim/Makefile | 4 | ||||
-rw-r--r-- | editors/flim113-emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/flim113/Makefile | 4 | ||||
-rw-r--r-- | editors/flim114-emacs20/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/editors/flim-emacs-current/Makefile b/editors/flim-emacs-current/Makefile index a283c843d4a4..7f9a10b4cba7 100644 --- a/editors/flim-emacs-current/Makefile +++ b/editors/flim-emacs-current/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 diff --git a/editors/flim/Makefile b/editors/flim/Makefile index a283c843d4a4..7f9a10b4cba7 100644 --- a/editors/flim/Makefile +++ b/editors/flim/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 diff --git a/editors/flim113-emacs/Makefile b/editors/flim113-emacs/Makefile index a283c843d4a4..7f9a10b4cba7 100644 --- a/editors/flim113-emacs/Makefile +++ b/editors/flim113-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: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 diff --git a/editors/flim113/Makefile b/editors/flim113/Makefile index a283c843d4a4..7f9a10b4cba7 100644 --- a/editors/flim113/Makefile +++ b/editors/flim113/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 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 |