diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-16 06:56:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-16 06:56:21 +0000 |
commit | 8471c0c887a393f9b3d127ccdb206eb3e39a48c9 (patch) | |
tree | 5a56d8bae8b14cba9aa9b9b6e918cbfeae553faa /graphics/wings | |
parent | b1d4fe0a2791253e0d2e8f68cbccc442c5465bf9 (diff) | |
download | ports-8471c0c887a393f9b3d127ccdb206eb3e39a48c9.tar.gz ports-8471c0c887a393f9b3d127ccdb206eb3e39a48c9.zip |
Notes
Diffstat (limited to 'graphics/wings')
-rw-r--r-- | graphics/wings/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index 41e3ccdee68a..9839976e8c6a 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -16,6 +16,8 @@ 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 +BROKEN= fails to build + BUILD_DEPENDS= erl:lang/erlang \ erlang-esdl>0:devel/erlang-esdl RUN_DEPENDS:= ${BUILD_DEPENDS} |