From 3193b0560fa2bde697064e8b7295d0faa187f423 Mon Sep 17 00:00:00 2001 From: olgeni Date: Mon, 1 Sep 2003 20:02:20 +0000 Subject: Add proper RUN_DEPENDS on "erl". --- devel/syntax_tools/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/syntax_tools') 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}" -- cgit