From 099bcd87401dc59b42fe814c1e7701fe95242f03 Mon Sep 17 00:00:00 2001 From: olgeni Date: Sat, 27 Jun 2015 12:54:11 +0000 Subject: Sorting out some Erlang stuff: - Rename a few Erlang-related ports using the erlang- prefix; it will avoid confusion with elixir- ports. - Remove DOCS and EXAMPLES where not actually useful. - Simplify RUN_DEPENDS where possible. - Move textproc/exmpp to devel/erlang-exmpp. - Add missing R18 compatibility fix for devel/erlang-oserl. - Upgrade erlang-cuttlefish to 2.0.3. The idea is that libraries ("deps") have the "erlang-" prefix, while larger projects (rabbitmq, yaws, couchdb, etc) keep their usual names. --- graphics/wings/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'graphics/wings') diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index e2fbb112b883..a2eb4ba597fb 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -16,10 +16,9 @@ LICENSE_NAME= Wings 3D License # similar to TclTk license LICENSE_FILE= ${WRKSRC}/license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ - esdl>0:${PORTSDIR}/devel/esdl -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - esdl>0:${PORTSDIR}/devel/esdl +BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \ + erlang-esdl>0:${PORTSDIR}/devel/erlang-esdl +RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_ENV= ESDL_PATH=${LOCALBASE}/lib/erlang/lib/esdl PLIST_SUB= VERSION="${PORTVERSION}" -- cgit