aboutsummaryrefslogtreecommitdiff
path: root/devel/distel
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-07-18 11:51:25 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-07-18 11:51:25 +0000
commit4c9a143a58dc8e44cd19152188bf5b94291e7502 (patch)
tree5e7add53b264a19a427ea399e1b27f29902333ed /devel/distel
parentc63719132501bbd20915f5245db00dcffc849a93 (diff)
downloadports-4c9a143a58dc8e44cd19152188bf5b94291e7502.tar.gz
ports-4c9a143a58dc8e44cd19152188bf5b94291e7502.zip
Depend on syntax_tools and make refactoring work.
Notes
Notes: svn path=/head/; revision=85125
Diffstat (limited to 'devel/distel')
-rw-r--r--devel/distel/Makefile2
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