diff options
author | ashish <ashish@FreeBSD.org> | 2014-06-27 20:56:42 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2014-06-27 20:56:42 +0800 |
commit | fecee1cb75d99bbb220d649e5a1537174e7fe5a3 (patch) | |
tree | ed6d67b523711e258b720f5b61b53b93bc48d454 /editors/flim | |
parent | 33bd79cbf55939a624f4da4d03786fac54ea47c5 (diff) | |
download | freebsd-ports-gnome-fecee1cb75d99bbb220d649e5a1537174e7fe5a3.tar.gz freebsd-ports-gnome-fecee1cb75d99bbb220d649e5a1537174e7fe5a3.tar.zst freebsd-ports-gnome-fecee1cb75d99bbb220d649e5a1537174e7fe5a3.zip |
- Properly remove references to deprecated emacs versions, and unbreak INDEX
Approved by: portmgr (bapt)
Diffstat (limited to 'editors/flim')
-rw-r--r-- | editors/flim/Makefile | 2 |
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) |