diff options
author | wiz <wiz> | 2001-05-22 09:32:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-05-22 09:32:18 +0000 |
commit | 2d0bc71d62d0a950fd5dac8432fe6b67c45228c2 (patch) | |
tree | 1df5f6c020b6f6acdff761eca4cb1348bc4276f8 /x11/qtarch | |
parent | 1c7d6b8bd5b706359bc20720ac0c4579669989c3 (diff) | |
download | pkgsrc-2d0bc71d62d0a950fd5dac8432fe6b67c45228c2.tar.gz |
Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
Diffstat (limited to 'x11/qtarch')
-rw-r--r-- | x11/qtarch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qtarch/Makefile b/x11/qtarch/Makefile index 063f89e8eec..612c34fa986 100644 --- a/x11/qtarch/Makefile +++ b/x11/qtarch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/03/04 09:06:21 tron Exp $ +# $NetBSD: Makefile,v 1.12 2001/05/22 09:32:28 wiz Exp $ # DISTNAME= qtarch-2.1-1 @@ -12,7 +12,7 @@ HOMEPAGE= http://qtarch.sourceforge.net/ COMMENT= Graphical dialog editor for the Qt widget set DEPENDS+= qt2-libs-*:../../x11/qt2-libs -DEPENDS+= png>1.0.9:../../graphics/png +DEPENDS+= png>=1.0.11:../../graphics/png USE_X11= yes USE_GMAKE= yes |