summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb>2003-07-24 09:21:18 +0000
committerseb <seb>2003-07-24 09:21:18 +0000
commit6d1a10defce8dce1aec610786a7752676eeb255c (patch)
treea7a37650d19985edcfb284a6e8d97f6b39966eaf
parent808f9d06648e14339547d178480048aad2b0d822 (diff)
downloadpkgsrc-6d1a10defce8dce1aec610786a7752676eeb255c.tar.gz
Workaround a bug in sparc64 -current's f77: disable f77 checks altogether it
is not needed anyway for this package.
-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