aboutsummaryrefslogtreecommitdiff
path: root/editors/flim
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2014-06-27 12:56:42 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2014-06-27 12:56:42 +0000
commita6b895df13cb4cdadcefeed71bc037ab7b75ec2b (patch)
treeed6d67b523711e258b720f5b61b53b93bc48d454 /editors/flim
parent7ea34d643b3e3594ea9e9a0e101139e5ac24e10b (diff)
downloadports-a6b895df13cb4cdadcefeed71bc037ab7b75ec2b.tar.gz
ports-a6b895df13cb4cdadcefeed71bc037ab7b75ec2b.zip
- Properly remove references to deprecated emacs versions, and unbreak INDEX
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=359516
Diffstat (limited to 'editors/flim')
-rw-r--r--editors/flim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile
index afb812140e94..2d1b29b00c07 100644
--- a/editors/flim/Makefile
+++ b/editors/flim/Makefile
@@ -53,7 +53,7 @@ DEPPORT_SUFFIX=
.else
DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
.endif
-.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
+.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
PLIST= ${PKGDIR}/pkg-plist.emacs21
.endif
# depends on apel (case of xemacs-21.x or later)