diff options
-rw-r--r-- | ftp/lftp/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 3ce9c1b6368..fd2bf5d6347 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -3,7 +3,7 @@ # Date created: 11 September 1997 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/17 13:18:36 tg Exp $ # DISTNAME= lftp-0.12.2 @@ -16,6 +16,11 @@ MAINTAINER= andy@icc.surw.chel.su GNU_CONFIGURE= yes MAN1= lftp.1 ftpget.1 parallelftp.1 +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= "Doesn't build under current" +.endif + do-install: .for file in lftp ftpget parallelftp @ ${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin |