summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-09-01 20:02:20 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-09-01 20:02:20 +0000
commit9299b8ec6cd9c0f982c4fce99350ca739d446111 (patch)
tree26594bbfec6fda34037f41e4c2fff059d0d44141 /devel
parent(forced) 1.2 was: unbreak on -STABLE, fix linker threading issue. (diff)
Add proper RUN_DEPENDS on "erl".
Notes
Notes: svn path=/head/; revision=88304
Diffstat (limited to 'devel')
-rw-r--r--devel/erlslang/Makefile2
-rw-r--r--devel/esdl/Makefile1
-rw-r--r--devel/syntax_tools/Makefile1
3 files changed, 3 insertions, 1 deletions
diff --git a/devel/erlslang/Makefile b/devel/erlslang/Makefile
index 8a8811087590..67ad2f7b99ed 100644
--- a/devel/erlslang/Makefile
+++ b/devel/erlslang/Makefile
@@ -20,7 +20,7 @@ COMMENT= SLang binding for Erlang/OTP
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
-RUN_DEPENDS= erlc:${PORTSDIR}/lang/erlang
+RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
PLIST_SUB= VERSION="${PORTVERSION}"
diff --git a/devel/esdl/Makefile b/devel/esdl/Makefile
index 2b2cf172b961..5cb77b65b4e9 100644
--- a/devel/esdl/Makefile
+++ b/devel/esdl/Makefile
@@ -18,6 +18,7 @@ MAINTAINER= olgeni@FreeBSD.org
COMMENT= A library for accessing SDL and OpenGL through Erlang
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
+RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/devel/syntax_tools/Makefile b/devel/syntax_tools/Makefile
index f5dda5840b76..6eea63d0d24b 100644
--- a/devel/syntax_tools/Makefile
+++ b/devel/syntax_tools/Makefile
@@ -19,6 +19,7 @@ MAINTAINER= olgeni@FreeBSD.org
COMMENT= Erlang modules for code manipulation
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
+RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
PLIST_SUB= VERSION="${PORTVERSION}"