diff options
author | jlam <jlam@pkgsrc.org> | 2000-01-15 18:46:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-01-15 18:46:22 +0000 |
commit | 24ef86f8700ca8c58655404f4725425326dd8b9a (patch) | |
tree | c6a93602074e7aa963f2e7e309c2647a417b3145 /misc | |
parent | c5d40ff7ecb7e80efb9e81623cf30048c1add72f (diff) | |
download | pkgsrc-24ef86f8700ca8c58655404f4725425326dd8b9a.tar.gz |
Update dependency on ncurses to >=4.2
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dialog/Makefile | 4 | ||||
-rw-r--r-- | misc/gnome-utils/Makefile | 4 | ||||
-rw-r--r-- | misc/sci/Makefile | 4 | ||||
-rw-r--r-- | misc/siag/Makefile | 4 | ||||
-rw-r--r-- | misc/vfu/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index c139e8b89a7..2f79daf23cb 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/07/06 08:04:14 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2000/01/15 18:46:30 jlam Exp $ # DISTNAME= dialog-0.6z @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/shell/} MAINTAINER= jlam@netbsd.org -DEPENDS+= ncurses-4.2:../../devel/ncurses +DEPENDS+= ncurses>=4.2:../../devel/ncurses NO_CONFIGURE= yes USE_GMAKE= yes diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index 22e381c07b4..f11dd68cffb 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/01/15 09:58:15 tron Exp $ +# $NetBSD: Makefile,v 1.15 2000/01/15 18:46:30 jlam Exp $ DISTNAME= gnome-utils-1.0.50 CATEGORIES= misc x11 gnome @@ -8,7 +8,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison -DEPENDS+= ncurses-4.2:../../devel/ncurses +DEPENDS+= ncurses>=4.2:../../devel/ncurses DEPENDS+= gnome-core-*:../../x11/gnome-core GNU_CONFIGURE= YES diff --git a/misc/sci/Makefile b/misc/sci/Makefile index de9a45f157b..0d417d6fcf1 100644 --- a/misc/sci/Makefile +++ b/misc/sci/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/07/06 08:05:02 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/15 18:46:30 jlam Exp $ # DISTNAME= sci.0.3.8 @@ -9,7 +9,7 @@ MASTER_SITES= http://linuxparts.com/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://linuxparts.com/software.html -DEPENDS+= ncurses-4.2:../../devel/ncurses +DEPENDS+= ncurses>=4.2:../../devel/ncurses WRKSRC= ${WRKDIR}/sci diff --git a/misc/siag/Makefile b/misc/siag/Makefile index 360ce880066..10407568993 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/11/11 02:07:19 hubertf Exp $ +# $NetBSD: Makefile,v 1.15 2000/01/15 18:46:31 jlam Exp $ DISTNAME= siag-3.1.20 CATEGORIES= misc textproc math @@ -25,7 +25,7 @@ STRIPFLAG= .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -DEPENDS+= ncurses-4.2:../../devel/ncurses +DEPENDS+= ncurses>=4.2:../../devel/ncurses .endif XAW_TYPE?= 3d diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index 5daab7fadc8..9a6f837cfd2 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/07/06 08:05:51 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2000/01/15 18:46:31 jlam Exp $ # DISTNAME= vfu-1.51 @@ -9,7 +9,7 @@ EXTRACT_SUFX= -source.tgz MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.biscom.net/~cade/vfu/ -DEPENDS= ncurses-4.2:../../devel/ncurses +DEPENDS= ncurses>=4.2:../../devel/ncurses MAKE_FLAGS+= CCDEF="-DVFU_RCPATH1=\\\"${PREFIX}/etc/\\\" -DVFU_RCPATH2=\\\"${PREFIX}/\\\" -D__unix__" \ LDDEF="${LDFLAGS}" |