diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-07 14:44:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-07 14:44:07 +0800 |
commit | 7f5c842ed42288ac94f0ebe33096459dbacdcfd9 (patch) | |
tree | 4e3999bf93681818583609125dd0faaf05762913 /deskutils | |
parent | b02486c7ba5c6d8deccc0e5b2109516d4c037e0f (diff) | |
download | freebsd-ports-gnome-7f5c842ed42288ac94f0ebe33096459dbacdcfd9.tar.gz freebsd-ports-gnome-7f5c842ed42288ac94f0ebe33096459dbacdcfd9.tar.zst freebsd-ports-gnome-7f5c842ed42288ac94f0ebe33096459dbacdcfd9.zip |
Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/wammu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/wammu/Makefile b/deskutils/wammu/Makefile index dad8d594d253..0b570e4063fa 100644 --- a/deskutils/wammu/Makefile +++ b/deskutils/wammu/Makefile @@ -13,6 +13,8 @@ COMMENT= GUI manager of contacts, todos, calendar, and messages in your phone LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to build: Signal 11 + LIB_DEPENDS= libGammu.so:comms/gammu USES= gettext pkgconfig python:2.7 tar:bz2 |