diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-08 11:44:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-08 11:44:43 +0000 |
commit | abd8887a499582d388687b6f5560ab15ecfb5c12 (patch) | |
tree | 3492e98816b50ff463ed00fc9c36825f1db92c56 /wm | |
parent | 85cbfec14cbdd79857690388c9631731c7df1ced (diff) | |
download | pkgsrc-abd8887a499582d388687b6f5560ab15ecfb5c12.tar.gz |
Update for new python default version. Bump PKGREVISION.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/openbox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index ca3dee7213e..c3b11144033 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2012/03/05 15:02:49 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2012/03/08 11:44:43 wiz Exp $ DISTNAME= openbox-3.5.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= wm x11 MASTER_SITES= http://openbox.org/dist/openbox/ @@ -40,7 +40,7 @@ SUBST_STAGE.python= pre-build SUBST_FILES.python+= data/autostart/openbox-xdg-autostart # Best we can do without pulling in a python dependency. # Update when PYTHON_VERSION_DEFAULT changes! -SUBST_SED.python+= -e 's,/usr/bin/env.*python,${PREFIX}/bin/python2.6,' +SUBST_SED.python+= -e 's,/usr/bin/env.*python,${PREFIX}/bin/python2.7,' SUBST_MESSAGE.python= Fixing path to python. CHECK_INTERPRETER_SKIP= libexec/openbox-xdg-autostart |