diff options
author | wiz <wiz> | 2004-10-28 11:54:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-10-28 11:54:12 +0000 |
commit | 72880c2f094b2ae1176ff9788645aaf309e1ed45 (patch) | |
tree | cf8c260b04ef4de68d7b384e6dba5a811ed039af /x11/qwspritefield | |
parent | 3654256ef9f20361cf08d863113481f6929762ad (diff) | |
download | pkgsrc-72880c2f094b2ae1176ff9788645aaf309e1ed45.tar.gz |
Wildcard depends.
Diffstat (limited to 'x11/qwspritefield')
-rw-r--r-- | x11/qwspritefield/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qwspritefield/Makefile b/x11/qwspritefield/Makefile index 3ab301f9137..91b5dbbe678 100644 --- a/x11/qwspritefield/Makefile +++ b/x11/qwspritefield/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/10/03 00:18:38 tv Exp $ +# $NetBSD: Makefile,v 1.21 2004/10/28 12:08:06 wiz Exp $ DISTNAME= QwSpriteField1.6 PKGNAME= qwspritefield-1.6 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.troll.no/contrib/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Efficiently redrawn sprites in the Qt GUI Toolkit -DEPENDS+= qt1-1.44:../../x11/qt1 +DEPENDS+= qt1>=1.44:../../x11/qt1 CONFLICTS= kdesupport-1.0 |