summaryrefslogtreecommitdiff
path: root/textproc
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 /textproc
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 'textproc')
-rw-r--r--textproc/xmerl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xmerl/Makefile b/textproc/xmerl/Makefile
index 401274725950..96c7ca86a937 100644
--- a/textproc/xmerl/Makefile
+++ b/textproc/xmerl/Makefile
@@ -17,6 +17,7 @@ MAINTAINER= olgeni@FreeBSD.org
COMMENT= A library for XML processing in Erlang
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
+RUN_DEPENDS= erlc:${PORTSDIR}/lang/erlang
USE_GMAKE= yes