diff options
author | olgeni <olgeni@FreeBSD.org> | 2003-09-02 04:02:20 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2003-09-02 04:02:20 +0800 |
commit | 3193b0560fa2bde697064e8b7295d0faa187f423 (patch) | |
tree | b1b2fd7dd2be17bd2fd64770f52b950bce428b89 /graphics/wings | |
parent | 6881323112a055cba42fb9b29ee6e3acf03bbcc1 (diff) | |
download | freebsd-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 'graphics/wings')
-rw-r--r-- | graphics/wings/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index 48da52c363c5..99d4bc7baeff 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -17,7 +17,8 @@ COMMENT= A polygon mesh modeler written in Erlang BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ ${LOCALBASE}/lib/erlang/lib/esdl/include/sdl.hrl:${PORTSDIR}/devel/esdl -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang +RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \ + ${LOCALBASE}/lib/erlang/lib/esdl/include/sdl.hrl:${PORTSDIR}/devel/esdl MAKE_ENV= ESDL_PATH=${LOCALBASE}/lib/erlang/lib/esdl PLIST_SUB= VERSION="${PORTVERSION}" |