From ff697920ee5de0222d12a4bd56a4e69a46376296 Mon Sep 17 00:00:00 2001 From: pooka Date: Wed, 17 Jan 2001 00:31:44 +0000 Subject: Seems like this forcibly links itself with ncurses, so add dependecy for now until this is investigated further. --- net/ncftp3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net/ncftp3') diff --git a/net/ncftp3/Makefile b/net/ncftp3/Makefile index dff0ca1af1c..a21ddc21df6 100644 --- a/net/ncftp3/Makefile +++ b/net/ncftp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/01/17 00:18:39 pooka Exp $ +# $NetBSD: Makefile,v 1.2 2001/01/17 00:31:44 pooka Exp $ DISTNAME= ncftp-3.0.2-src PKGNAME= ncftp3-3.0.2 @@ -8,6 +8,8 @@ MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ MAINTAINER= zuntum@eik.pl HOMEPAGE= http://www.ncftp.com/ +DEPENDS+= ncurses>=5.1:../../devel/ncurses + WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} GNU_CONFIGURE= yes -- cgit v1.2.3