diff options
Diffstat (limited to 'ftp/lftp/Makefile')
-rw-r--r-- | ftp/lftp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 6625a93174bc..cb3cfd6f7f0a 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -57,6 +57,10 @@ post-install-DOCS-on: .include <bsd.port.pre.mk> +.if ${ARCH} == powerpc64 +USE_GCC= yes +.endif + .if ${SSL_DEFAULT:Mopenssl-devel} BROKEN= Does not build with openssl-devel .endif |