diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-10-09 02:58:23 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-10-09 02:58:23 +0800 |
commit | 24a2d569c5f74e6b8d30b40d10db4358d5fda11d (patch) | |
tree | 89ebe496b6a69d400a2e6061f293fb55e4f2aab7 /x11 | |
parent | a013e66d91bb9334597ed7d39b7c1985b60d8ccc (diff) | |
download | freebsd-ports-gnome-24a2d569c5f74e6b8d30b40d10db4358d5fda11d.tar.gz freebsd-ports-gnome-24a2d569c5f74e6b8d30b40d10db4358d5fda11d.tar.zst freebsd-ports-gnome-24a2d569c5f74e6b8d30b40d10db4358d5fda11d.zip |
Mark BROKEN: fails to build
/usr/local/bin/eolian_gen --legacy -I//usr/local/share/eolian/include/eo-1 -I//usr/local/share/eolian/include/evas-1 -I//usr/local/share/eolian/include/edje-1 -I//usr/local/share/eolian/include/ecore-1 -I//usr/local/share/eolian/include/elementary-1 -I//usr/local/share/eolian/include/efl-1 -I../../src/lib --gc -o enventor_object.eo.c enventor_object.eo
eolian_gen: illegal option -- -
Reported by: pkg-fallout
MFH: 2017Q4
Diffstat (limited to 'x11')
-rw-r--r-- | x11/enventor/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/enventor/Makefile b/x11/enventor/Makefile index fd2a0b529a5d..43e04302e76d 100644 --- a/x11/enventor/Makefile +++ b/x11/enventor/Makefile @@ -13,6 +13,8 @@ COMMENT= Dynamic EDC Editor LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build + LIB_DEPENDS= libefl.so:devel/efl USES= compiler:c11 desktop-file-utils gmake libtool pkgconfig \ |