diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-11 15:46:15 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-11 15:46:15 +0800 |
commit | dcf0272e16e8c842c637a19b714693259f473d3d (patch) | |
tree | d296a7bdbd31d08a65646c4214b1af736306ea70 /x11 | |
parent | a6323d7c82b222a45bfad2d183279109996caaee (diff) | |
download | freebsd-ports-gnome-dcf0272e16e8c842c637a19b714693259f473d3d.tar.gz freebsd-ports-gnome-dcf0272e16e8c842c637a19b714693259f473d3d.tar.zst freebsd-ports-gnome-dcf0272e16e8c842c637a19b714693259f473d3d.zip |
Mark as broken on aarch64 due to missing file 'gdb.scr' on install.
This is probably easy to fix, but I can't figure it out right now.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eterm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index bd6d652ce5ba..955afa7dbf0b 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -15,6 +15,8 @@ BUILD_DEPENDS= man2html:textproc/man2html LIB_DEPENDS= libast.so:devel/libast \ libImlib2.so:graphics/imlib2 +BROKEN_aarch64= Fails to install: gdb.scr: no such file or directory + GNU_CONFIGURE= yes CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-xim --with-theme-update \ |