summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-04-22 16:47:31 +0000
committerdrochner <drochner@pkgsrc.org>2010-04-22 16:47:31 +0000
commit66ac5e1c4088c0c556250a928625234e2b0708c2 (patch)
tree5a917e1c2a162abd260bf2401c78cebbe2ef4157 /x11
parent64b027043f3238e51695ebd533ba12347ffea80c (diff)
downloadpkgsrc-66ac5e1c4088c0c556250a928625234e2b0708c2.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/Makefile3
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}