diff options
author | epg <epg> | 2009-02-13 02:05:26 +0000 |
---|---|---|
committer | epg <epg> | 2009-02-13 02:05:26 +0000 |
commit | 8717052a22fc7ca99e4b8281c976785e7b466ef6 (patch) | |
tree | ab2b06cb853654739c541f1b76c1759bb931311f /x11 | |
parent | ee3848db1b6060c7b6e36136ddb19edd79fb4250 (diff) | |
download | pkgsrc-8717052a22fc7ca99e4b8281c976785e7b466ef6.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} |