aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xmerl
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2003-09-02 04:02:20 +0800
committerolgeni <olgeni@FreeBSD.org>2003-09-02 04:02:20 +0800
commit3193b0560fa2bde697064e8b7295d0faa187f423 (patch)
treeb1b2fd7dd2be17bd2fd64770f52b950bce428b89 /textproc/xmerl
parent6881323112a055cba42fb9b29ee6e3acf03bbcc1 (diff)
downloadfreebsd-ports-gnome-3193b0560fa2bde697064e8b7295d0faa187f423.tar.gz
freebsd-ports-gnome-3193b0560fa2bde697064e8b7295d0faa187f423.tar.zst
freebsd-ports-gnome-3193b0560fa2bde697064e8b7295d0faa187f423.zip
Add proper RUN_DEPENDS on "erl".
Diffstat (limited to 'textproc/xmerl')
-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