diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/distel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/distel/Makefile b/devel/distel/Makefile index c40af64ddca0..a012f161819e 100644 --- a/devel/distel/Makefile +++ b/devel/distel/Makefile @@ -7,6 +7,7 @@ PORTNAME= distel PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= devel elisp MASTER_SITES= http://www.bluetail.com/%7Eluke/distel/ \ ${MASTER_SITE_SOURCEFORGE} @@ -19,6 +20,7 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Distel extends Emacs Lisp with Erlang-style message passing BUILD_DEPENDS+= erlc:${PORTSDIR}/lang/erlang +RUN_DEPENDS+= ${LOCALBASE}/lib/erlang/lib/syntax_tools/ebin/erl_syntax.beam:${PORTSDIR}/devel/syntax_tools HAS_CONFIGURE= yes USE_GMAKE= yes |