1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add missing epl dependency to clojure-cider.

While there, sort the dependency list.

Reviewed by:	swills, bapt
Approved by:	swills (mentor)
This commit is contained in:
Rui Paulo 2014-08-02 17:34:13 +00:00
parent 699c7c7e7e
commit c068528753
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363827

View File

@ -2,6 +2,7 @@
PORTNAME= clojure-cider
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= devel elisp
DISTNAME= cider-${PORTVERSION}
@ -21,8 +22,9 @@ USE_EMACS= yes
NO_BUILD= yes
RUN_DEPENDS+= clojure-mode.el>0:${PORTSDIR}/lang/clojure-mode.el \
pkg-info.el>0:${PORTSDIR}/devel/pkg-info.el \
dash.el>0:${PORTSDIR}/devel/dash.el
dash.el>0:${PORTSDIR}/devel/dash.el \
epl.el>0:${PORTSDIR}/devel/epl.el \
pkg-info.el>0:${PORTSDIR}/devel/pkg-info.el
do-install:
${INSTALL_DATA} ${WRKSRC}/cider-client.el \