From 66ac5e1c4088c0c556250a928625234e2b0708c2 Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 22 Apr 2010 16:47:31 +0000 Subject: do the same whether qscintills is present or not, should fix PLIST mismatch reported by wiz --- x11/py-qt4/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11') 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} -- cgit v1.2.3