diff options
author | drochner <drochner@pkgsrc.org> | 2010-04-22 16:47:31 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-04-22 16:47:31 +0000 |
commit | 1686de5c3c022f1d999f2171eb9732d457e6d571 (patch) | |
tree | 5a917e1c2a162abd260bf2401c78cebbe2ef4157 /x11 | |
parent | 17c7270c80745a20eec50906084d7397a7e21455 (diff) | |
download | pkgsrc-1686de5c3c022f1d999f2171eb9732d457e6d571.tar.gz |
do the same whether qscintills is present or not, should fix PLIST
mismatch reported by wiz
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index 8970b96837a..e5f8cfc0a12 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2010/04/20 09:35:05 drochner Exp $ +# $NetBSD: Makefile,v 1.24 2010/04/22 16:47:31 drochner Exp $ # PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} @@ -21,6 +21,7 @@ CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB} CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX} CONFIGURE_ARGS+= -q ${QTDIR}/bin/qmake CONFIGURE_ARGS+= --confirm-license +CONFIGURE_ARGS+= --qsci-api INSTALL_ENV+= INSTALL_ROOT=${DESTDIR:Q} |