diff options
author | minskim <minskim> | 2005-09-18 19:55:15 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-09-18 19:55:15 +0000 |
commit | fbad1aff7daf434755f9462949b650430a9756bd (patch) | |
tree | c1208a20d97885c0f7e57ccb796e2277fa160432 /x11 | |
parent | 5333587dca99a8d5c30e06c9396fcd5d965e7127 (diff) | |
download | pkgsrc-fbad1aff7daf434755f9462949b650430a9756bd.tar.gz |
Remove PLIST entries for OpenGL because qt2-libs doesn't build the
OpenGL modules any longer. Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt2/Makefile | 4 | ||||
-rw-r--r-- | x11/py-qt2/PLIST | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/x11/py-qt2/Makefile b/x11/py-qt2/Makefile index d19890a1f20..31ff12643c4 100644 --- a/x11/py-qt2/Makefile +++ b/x11/py-qt2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2005/06/01 18:03:30 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/18 19:55:15 minskim Exp $ # DISTNAME= PyQt-3.1-Qt-2.3.1 PKGNAME= ${PYPKGPREFIX}-qt2-3.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 python MASTER_SITES= http://www.riverbankcomputing.co.uk/download/PyQt/ diff --git a/x11/py-qt2/PLIST b/x11/py-qt2/PLIST index 8604ef9d8a2..9cb2fcad16c 100644 --- a/x11/py-qt2/PLIST +++ b/x11/py-qt2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:10:06 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/09/18 19:55:15 minskim Exp $ bin/eric${PYVERSSUFFIX} bin/pyuic${PYVERSSUFFIX} ${PYSITELIB}/eric/AsyncIO.py @@ -16,7 +16,6 @@ ${PYSITELIB}/eric/UserInterface.py ${PYSITELIB}/eric/eric.py ${PYSITELIB}/libqtcanvascmodule.la ${PYSITELIB}/libqtcmodule.la -${PYSITELIB}/libqtglcmodule.la ${PYSITELIB}/libqtnetworkcmodule.la ${PYSITELIB}/libqttablecmodule.la ${PYSITELIB}/libqtxmlcmodule.la @@ -24,8 +23,6 @@ ${PYSITELIB}/qt.py ${PYSITELIB}/qt.pyc ${PYSITELIB}/qtcanvas.py ${PYSITELIB}/qtcanvas.pyc -${PYSITELIB}/qtgl.py -${PYSITELIB}/qtgl.pyc ${PYSITELIB}/qtnetwork.py ${PYSITELIB}/qtnetwork.pyc ${PYSITELIB}/qttable.py |