diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2016-10-02 12:38:14 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2016-10-02 12:38:14 +0000 |
commit | 6abdc4246195d598c431248285e76bb7d352e0e5 (patch) | |
tree | f347415dd706557f1fc10cf28bd3ad210fa5507b /editors/semi | |
parent | 9596b5167f9e2ac5d71e951f8d99d42bf1c2bf5c (diff) | |
download | ports-6abdc4246195d598c431248285e76bb7d352e0e5.tar.gz ports-6abdc4246195d598c431248285e76bb7d352e0e5.zip |
Notes
Diffstat (limited to 'editors/semi')
-rw-r--r-- | editors/semi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/semi/Makefile b/editors/semi/Makefile index a2fa1d94265f..02b67a2bdbb9 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -48,12 +48,12 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> .if defined(EMACS_PORT_NAME) -.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel") +.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-nox11") || (${EMACS_PORT_NAME} == "emacs-devel") DEPPORT_SUFFIX= .else DEPPORT_SUFFIX= -${EMACS_PORT_NAME} .endif -.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel") +.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-nox11") || (${EMACS_PORT_NAME} == "emacs-devel") PLIST= ${PKGDIR}/pkg-plist.emacs20 .endif # depends on flim |