diff options
author | joerg <joerg> | 2006-06-04 16:26:54 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-04 16:26:54 +0000 |
commit | 4a72c855a61391e2a3b8c3ac6378a595f8b63420 (patch) | |
tree | 1c794d0297d16ff2a589f73e4b2528ed5e788bd5 /x11/qwspritefield | |
parent | dd995e3971905d4428c352cafcea8f8f586df5d4 (diff) | |
download | pkgsrc-4a72c855a61391e2a3b8c3ac6378a595f8b63420.tar.gz |
Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
Diffstat (limited to 'x11/qwspritefield')
-rw-r--r-- | x11/qwspritefield/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qwspritefield/Makefile b/x11/qwspritefield/Makefile index 1c5eda27847..482028cdcc0 100644 --- a/x11/qwspritefield/Makefile +++ b/x11/qwspritefield/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.29 2006/05/11 16:27:03 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2006/06/04 16:26:56 joerg Exp $ DISTNAME= QwSpriteField1.6 PKGNAME= qwspritefield-1.6 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 graphics MASTER_SITES= ftp://ftp.troll.no/contrib/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Efficiently redrawn sprites in the Qt GUI Toolkit -CONFLICTS= kdesupport-1.0 +CONFLICTS= kdesupport<1.1 WRKSRC= ${WRKDIR}/QwSpriteField USE_LANGUAGES= c++ |