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 | 745f7e502dbfc5b065b48c9ab34acceec096fa39 (patch) | |
tree | 5765e5bec9cd676b2503febdc2d13c5ce0fb1ce2 | |
parent | d6cf415e9e7b85bad0813981ab10119d4f6e152e (diff) | |
download | pkgsrc-745f7e502dbfc5b065b48c9ab34acceec096fa39.tar.gz |
Remove XXX comment about something I worked around (in patch-aa).
-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 |