diff options
author | pooka <pooka> | 2001-01-17 00:31:44 +0000 |
---|---|---|
committer | pooka <pooka> | 2001-01-17 00:31:44 +0000 |
commit | a64e67209f3b6552e850a8611e267184c68046c7 (patch) | |
tree | 14dd494f18119861906d01d32249476e04daa29d /net/ncftp3 | |
parent | 8fcf4067226ad24640ca4b33aeeeeffb1319fe06 (diff) | |
download | pkgsrc-a64e67209f3b6552e850a8611e267184c68046c7.tar.gz |
Seems like this forcibly links itself with ncurses, so add dependecy
for now until this is investigated further.
Diffstat (limited to 'net/ncftp3')
-rw-r--r-- | net/ncftp3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |