summaryrefslogtreecommitdiff
path: root/graphics/wings
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-06-27 12:54:11 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-06-27 12:54:11 +0000
commit683f16618521c66911dd06539b9e9435270de4fb (patch)
tree7d61b3e1ed0576b122e72f1a7f9244ea99379aba /graphics/wings
parentDo not escape libxml++ it is not needed as it is not used in regular expression (diff)
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.
Notes
Notes: svn path=/head/; revision=390698
Diffstat (limited to 'graphics/wings')
-rw-r--r--graphics/wings/Makefile7
1 files changed, 3 insertions, 4 deletions
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}"