diff options
author | epg <epg@pkgsrc.org> | 2009-02-13 02:05:26 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2009-02-13 02:05:26 +0000 |
commit | 73004cfcd69b952b4cfbee7370fb0beeeec7b4e7 (patch) | |
tree | ab2b06cb853654739c541f1b76c1759bb931311f /x11 | |
parent | 643788189cca834b532a66802e2dc6b79124220c (diff) | |
download | pkgsrc-73004cfcd69b952b4cfbee7370fb0beeeec7b4e7.tar.gz |
Needs INSTALL_ROOT=${DESTDIR:Q} in make install environment, just like
qt4-libs, for proper destdir build (this is how I missed the file wiz added to
PLIST; destdir build was slightly broken).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index 0bf4eaa2669..3f4c410c0eb 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/02/11 17:56:48 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2009/02/13 02:05:26 epg Exp $ # PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} @@ -23,6 +23,8 @@ CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX} CONFIGURE_ARGS+= -q ${QTDIR}/bin/qmake CONFIGURE_ARGS+= --confirm-license +INSTALL_ENV+= INSTALL_ROOT=${DESTDIR:Q} + PYTHON_VERSIONS_ACCEPTED= 25 24 PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} |