diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
commit | 64c8e7791b2a8f80fe782feb4461e8ef46bd7aaa (patch) | |
tree | e242dbe8d0f523c14bb4f6d48416a02a762797cc /security/polkit-qt | |
parent | bb8b9d046b405d504b7569d287fd30ca2df92bc6 (diff) | |
download | pkgsrc-64c8e7791b2a8f80fe782feb4461e8ef46bd7aaa.tar.gz |
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
Diffstat (limited to 'security/polkit-qt')
-rw-r--r-- | security/polkit-qt/Makefile | 4 | ||||
-rw-r--r-- | security/polkit-qt/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/polkit-qt/Makefile b/security/polkit-qt/Makefile index 4c2faaa5464..f476684c232 100644 --- a/security/polkit-qt/Makefile +++ b/security/polkit-qt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2010/06/13 22:45:20 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/09/14 11:01:16 wiz Exp $ DISTNAME= polkit-qt-0.9.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_KDE:=apps/KDE4.x/admin/} EXTRACT_SUFX= .tar.bz2 diff --git a/security/polkit-qt/buildlink3.mk b/security/polkit-qt/buildlink3.mk index cfc382b5d89..fcf1604dd06 100644 --- a/security/polkit-qt/buildlink3.mk +++ b/security/polkit-qt/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2010/06/13 22:45:20 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2010/09/14 11:01:16 wiz Exp $ BUILDLINK_TREE+= polkit-qt @@ -6,7 +6,7 @@ BUILDLINK_TREE+= polkit-qt POLKIT_QT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.polkit-qt+= polkit-qt>=0.9.2 -BUILDLINK_ABI_DEPENDS.polkit-qt?= polkit-qt>=0.9.3nb1 +BUILDLINK_ABI_DEPENDS.polkit-qt?= polkit-qt>=0.9.3nb2 BUILDLINK_PKGSRCDIR.polkit-qt?= ../../security/polkit-qt .include "../../security/policykit/buildlink3.mk" |