mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add proper RUN_DEPENDS on "erl".
This commit is contained in:
parent
48a05b9ad4
commit
9299b8ec6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88304
@ -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}"
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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}"
|
||||
|
||||
|
@ -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}"
|
||||
|
@ -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}"
|
||||
|
@ -18,6 +18,8 @@ COMMENT= A library for XMLRPC support in Erlang
|
||||
|
||||
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \
|
||||
${LOCALBASE}/lib/erlang/lib/xmerl/inc/xmerl.hrl:${PORTSDIR}/textproc/xmerl
|
||||
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \
|
||||
${LOCALBASE}/lib/erlang/lib/xmerl/inc/xmerl.hrl:${PORTSDIR}/textproc/xmerl
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
@ -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
|
||||
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= chris_pressey@yahoo.ca
|
||||
COMMENT= GTK+ 1.2 binding for Erlang/OTP
|
||||
|
||||
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
|
||||
RUN_DEPENDS= erlc:${PORTSDIR}/lang/erlang
|
||||
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
|
||||
|
||||
PLIST_SUB= VERSION="${PORTVERSION}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user