diff options
author | epg <epg@pkgsrc.org> | 2008-12-13 05:20:04 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-12-13 05:20:04 +0000 |
commit | 6a7b53106c770efe9c12dbce0c6a93b838da1d33 (patch) | |
tree | 5765e5bec9cd676b2503febdc2d13c5ce0fb1ce2 /x11/py-qt4 | |
parent | 0a636c89d6e5ed26e88c2459c1b6a066f848faca (diff) | |
download | pkgsrc-6a7b53106c770efe9c12dbce0c6a93b838da1d33.tar.gz |
Remove XXX comment about something I worked around (in patch-aa).
Diffstat (limited to 'x11/py-qt4')
-rw-r--r-- | x11/py-qt4/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index c4d4d5822d0..89a5cfa64b1 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/13 05:19:12 epg Exp $ +# $NetBSD: Makefile,v 1.2 2008/12/13 05:20:04 epg Exp $ # PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} @@ -20,10 +20,6 @@ CONFIGURE_ARGS+= -b ${PREFIX}/bin CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB} CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX} CONFIGURE_ARGS+= -q ${QTDIR}/bin/qmake -# XXX: should not be necessary, but framework thinks pkgsrc only has static -# qt4 libraries -#epg fixed? with patch-aa -#CONFIGURE_ARGS+= -k CONFIGURE_ARGS+= --confirm-license PYTHON_VERSIONS_ACCEPTED= 25 24 23 |