diff options
author | tnn <tnn> | 2008-04-25 18:47:25 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-04-25 18:47:25 +0000 |
commit | f2dedb234efffb9632b836b4284cc30a310c7648 (patch) | |
tree | 64acc65e837eab3e93f2a0e8deba993b3118d11e /x11/py-gnome2-extras | |
parent | 1d34b52a8b33e02f6368d2e4c7f98da0390fdf49 (diff) | |
download | pkgsrc-f2dedb234efffb9632b836b4284cc30a310c7648.tar.gz |
Supports installation to DESTDIR.
Accept Python 2.5.
Diffstat (limited to 'x11/py-gnome2-extras')
-rw-r--r-- | x11/py-gnome2-extras/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/py-gnome2-extras/Makefile b/x11/py-gnome2-extras/Makefile index 300c192cf42..acee554e11e 100644 --- a/x11/py-gnome2-extras/Makefile +++ b/x11/py-gnome2-extras/Makefile @@ -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 @@ MAINTAINER= recht@NetBSD.org 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 @@ GNU_CONFIGURE= YES 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 |