diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2009-02-21 23:54:50 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2009-02-21 23:54:50 +0000 |
commit | be1c6501b1267cba689e444e4601b0524a297ab4 (patch) | |
tree | 304385212861270189af3ff89100235273eef1e7 /editors/flim | |
parent | e903896365c0cb55f2b044f31a8cc35a616acbbf (diff) | |
download | ports-be1c6501b1267cba689e444e4601b0524a297ab4.tar.gz ports-be1c6501b1267cba689e444e4601b0524a297ab4.zip |
Notes
Diffstat (limited to 'editors/flim')
-rw-r--r-- | editors/flim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile index d31dea04ea12..acaca213e8ad 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -45,12 +45,12 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \ .include <bsd.port.pre.mk> .if defined(EMACS_PORT_NAME) -.if (${EMACS_PORT_NAME} == "emacs22") +.if (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs-devel") DEPPORT_SUFFIX= .else DEPPORT_SUFFIX= -${EMACS_PORT_NAME} .endif -.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22") +.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs-devel") PLIST= ${PKGDIR}/pkg-plist.emacs21 .endif # depends on apel (case of xemacs-21.x or later) |