diff options
author | drochner <drochner@pkgsrc.org> | 2009-11-24 17:32:31 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-11-24 17:32:31 +0000 |
commit | 824e633b3fd08377e29221a2e1118441047fdd67 (patch) | |
tree | 4a341434b7f96a0237cdc053cb915d30315fb9e9 /x11 | |
parent | 92f7a78b39807f0a6afc19c8abea1fd767eeefb5 (diff) | |
download | pkgsrc-824e633b3fd08377e29221a2e1118441047fdd67.tar.gz |
remove wrong sip version clause
(no PKGREV bump needed because this pyqt4 version couldn't build
against sip<4.9 anyway)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index 7b31798577d..68c46e03bb1 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/11/23 15:00:33 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2009/11/24 17:32:31 drochner Exp $ # PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} @@ -60,7 +60,6 @@ do-configure: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${PYTHONBIN} configure.py ${CONFIGURE_ARGS}) -BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.8.1 .include "../../x11/py-sip/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/py-dbus/buildlink3.mk" |