diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-08 19:29:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-08 19:29:56 +0000 |
commit | 17e48e339ba2cbe76005240eab9b4409c03c0bd7 (patch) | |
tree | f77d62ca66840ca8e1e6d01a24391ded26f3d643 /ftp/ftpcopy | |
parent | 69ddf3ca485e29ab4cd58d942f94e3a863a31e2f (diff) | |
download | ports-17e48e339ba2cbe76005240eab9b4409c03c0bd7.tar.gz ports-17e48e339ba2cbe76005240eab9b4409c03c0bd7.zip |
Notes
Diffstat (limited to 'ftp/ftpcopy')
-rw-r--r-- | ftp/ftpcopy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile index 6490d11c23eb..af95387af162 100644 --- a/ftp/ftpcopy/Makefile +++ b/ftp/ftpcopy/Makefile @@ -9,7 +9,7 @@ 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 +BROKEN_aarch64= Fails to build: regparm is not valid on this platform USES= perl5 USE_PERL5= build |