summaryrefslogtreecommitdiff
path: root/net/lftp
diff options
context:
space:
mode:
authorseb <seb>2003-07-24 09:21:18 +0000
committerseb <seb>2003-07-24 09:21:18 +0000
commit2beaa5c3debb2f014b898bee75a937fd4584442f (patch)
treea7a37650d19985edcfb284a6e8d97f6b39966eaf /net/lftp
parentdc30b02ebf32703099909bd8ef52784a94e5f6f3 (diff)
downloadpkgsrc-2beaa5c3debb2f014b898bee75a937fd4584442f.tar.gz
Workaround a bug in sparc64 -current's f77: disable f77 checks altogether it
is not needed anyway for this package.
Diffstat (limited to 'net/lftp')
-rw-r--r--net/lftp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile
index 814f547bc89..0bd31a0d175 100644
--- a/net/lftp/Makefile
+++ b/net/lftp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/07/21 17:10:47 martti Exp $
+# $NetBSD: Makefile,v 1.26 2003/07/24 09:21:18 seb Exp $
#
DISTNAME= lftp-2.6.6
@@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-modules
+CONFIGURE_ENV+= F77=${FALSE}
+
CONF_FILES= ${PREFIX}/share/examples/lftp/lftp.conf \
${PKG_SYSCONFDIR}/lftp.conf