diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-02 11:53:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-02 11:53:34 +0000 |
commit | 7166660e0869e600de95f00511736db4bf628d2d (patch) | |
tree | 0b3576bf8d40c5f7d058728d38e43564bcae5836 /x11/xdialog | |
parent | 0594acf27e2afd5d50b45048bca038ebd6e1d8a1 (diff) | |
download | pkgsrc-7166660e0869e600de95f00511736db4bf628d2d.tar.gz |
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Diffstat (limited to 'x11/xdialog')
-rw-r--r-- | x11/xdialog/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index bccfd94df39..0c0584056d6 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 17:07:04 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/05/02 11:57:33 wiz Exp $ DISTNAME= Xdialog-1.4.6 +PKGREVISION= 1 PKGNAME= xdialog-1.4.6 CATEGORIES= misc x11 MASTER_SITES= http://xdialog.free.fr/ @@ -10,7 +11,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://xdialog.free.fr/ COMMENT= X11 drop-in replacement for the curses dialog program -DEPENDS+= gtk+-1.2.*:../../x11/gtk +DEPENDS+= gtk+>=1.2.10nb4:../../x11/gtk USE_X11BASE= # defined USE_GMAKE= # defined |