diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-04 17:03:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-04 17:03:18 +0000 |
commit | b3ca94d1f8a841e141d61ae9e1f66cb2a6fdae70 (patch) | |
tree | e81f5e310191034e82ea709807020e2172d5641c /x11/py-kde4 | |
parent | 52b8e0884171ccacf60b9a25b50a5277c336861e (diff) | |
download | pkgsrc-b3ca94d1f8a841e141d61ae9e1f66cb2a6fdae70.tar.gz |
Bump PKGREVISION for py-sip module major version change.
Diffstat (limited to 'x11/py-kde4')
-rw-r--r-- | x11/py-kde4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/py-kde4/Makefile b/x11/py-kde4/Makefile index fa39e3998aa..5cbded37796 100644 --- a/x11/py-kde4/Makefile +++ b/x11/py-kde4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2013/06/10 15:45:30 jperkin Exp $ +# $NetBSD: Makefile,v 1.31 2013/07/04 17:03:19 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-kde4-${_KDE_VERSION} DISTNAME= pykde4-${_KDE_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc COMMENT= Python bindings for the KDE integrated X11 desktop @@ -54,7 +54,6 @@ SUBST_SED.pid32+= -e '/typedef.*int.*pid_t/s/int/long/' .include "../../misc/nepomuk-core/buildlink3.mk" .include "../../security/polkit-qt/buildlink3.mk" .include "../../x11/kdelibs4/buildlink3.mk" -BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.10 .include "../../x11/py-sip/buildlink3.mk" .include "../../x11/py-qt4/buildlink3.mk" BUILDLINK_DEPMETHOD.qt4-tools= full |