diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-08 17:08:15 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-08 17:08:15 +0800 |
commit | 406b79626c42b4ba722abda72b9a8839596583ff (patch) | |
tree | dcb9651135bef77bc2c64ac05f21c0aefdd54fc1 /ftp | |
parent | 22db68cee779d33b7054c9516f4a1f30a83c25c8 (diff) | |
download | freebsd-ports-gnome-406b79626c42b4ba722abda72b9a8839596583ff.tar.gz freebsd-ports-gnome-406b79626c42b4ba722abda72b9a8839596583ff.tar.zst freebsd-ports-gnome-406b79626c42b4ba722abda72b9a8839596583ff.zip |
Mark as broken on arm64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpcopy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile index feee578c822f..6490d11c23eb 100644 --- a/ftp/ftpcopy/Makefile +++ b/ftp/ftpcopy/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/ MAINTAINER= mandree@FreeBSD.org COMMENT= Command line ftp tools for listing and mirroring +BROKEN_arm64= Fails to build: regparm is not valid on this platform + USES= perl5 USE_PERL5= build |