diff options
Diffstat (limited to 'misc/elscreen/Makefile')
-rw-r--r-- | misc/elscreen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile index 34c23e4c9f4a..1108680792e3 100644 --- a/misc/elscreen/Makefile +++ b/misc/elscreen/Makefile @@ -16,7 +16,7 @@ USE_EMACS= yes .if (${EMACS_PORT_NAME} == "emacs20") DEPPORT_SUFFIX= -${EMACS_PORT_NAME} .else -DEPPORT_SUFFIX= +DEPPORT_SUFFIX= .endif RUN_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} |