diff options
author | pooka <pooka@pkgsrc.org> | 2001-01-17 00:31:44 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2001-01-17 00:31:44 +0000 |
commit | ff697920ee5de0222d12a4bd56a4e69a46376296 (patch) | |
tree | 14dd494f18119861906d01d32249476e04daa29d /net/ncftp3 | |
parent | c24874496240caded64eef1a8e1d327eaae37c8e (diff) | |
download | pkgsrc-ff697920ee5de0222d12a4bd56a4e69a46376296.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 |