diff options
author | drochner <drochner> | 2010-04-22 16:47:31 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-04-22 16:47:31 +0000 |
commit | c3c077e8d381bd566c7879a6fcf37427d9ac13fb (patch) | |
tree | 5a917e1c2a162abd260bf2401c78cebbe2ef4157 /x11 | |
parent | 71432a4d136f223b297e1afaeb4d9b753ad2bc5f (diff) | |
download | pkgsrc-c3c077e8d381bd566c7879a6fcf37427d9ac13fb.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} |