diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-06-27 20:54:11 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-06-27 20:54:11 +0800 |
commit | 099bcd87401dc59b42fe814c1e7701fe95242f03 (patch) | |
tree | 7d61b3e1ed0576b122e72f1a7f9244ea99379aba /graphics/wings | |
parent | 2b760f8d8b19c5aa1a076e10629d275bfeab0425 (diff) | |
download | freebsd-ports-gnome-099bcd87401dc59b42fe814c1e7701fe95242f03.tar.gz freebsd-ports-gnome-099bcd87401dc59b42fe814c1e7701fe95242f03.tar.zst freebsd-ports-gnome-099bcd87401dc59b42fe814c1e7701fe95242f03.zip |
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.
Diffstat (limited to 'graphics/wings')
-rw-r--r-- | graphics/wings/Makefile | 7 |
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}" |