pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-gnome2-extras Supports installation to DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10011e8f20f5
branches:  trunk
changeset: 541775:10011e8f20f5
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Apr 25 18:47:25 2008 +0000

description:
Supports installation to DESTDIR.
Accept Python 2.5.

diffstat:

 x11/py-gnome2-extras/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 94cd7374f237 -r 10011e8f20f5 x11/py-gnome2-extras/Makefile
--- a/x11/py-gnome2-extras/Makefile     Fri Apr 25 18:28:33 2008 +0000
+++ b/x11/py-gnome2-extras/Makefile     Fri Apr 25 18:47:25 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/03/06 14:53:57 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2008/04/25 18:47:25 tnn Exp $
 #
 
 DISTNAME=      gnome-python-extras-2.14.3
@@ -12,6 +12,8 @@
 HOMEPAGE=      http://www.gnome.org/
 COMMENT=       Python binding for GNOME2
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 PY_PATCHPLIST= YES
 USE_LIBTOOL=   YES
 PKGCONFIG_OVERRIDE+=   gnome-python-extras-2.0.pc.in
@@ -19,7 +21,7 @@
 CONFIGURE_ENV+=        PYTHON=${PYTHONBIN:Q}
 USE_TOOLS+=            pkg-config gmake
 
-PYTHON_VERSIONS_ACCEPTED=      24
+PYTHON_VERSIONS_ACCEPTED=      25 24
 
 SUBST_CLASSES+=        ffhome
 SUBST_STAGE.ffhome=    pre-configure



Home | Main Index | Thread Index | Old Index