diff options
author | heinz <heinz@pkgsrc.org> | 2007-08-23 21:17:37 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-08-23 21:17:37 +0000 |
commit | b058ab068e11683b6dbf0da9cfb1b6b6d6af8d57 (patch) | |
tree | 0549f6a18698a824e1c2b8415893de05e772a605 /x11/py-gtk2 | |
parent | 7f71cb65ac7425aafc4d57ec0d133709c9ef0ebb (diff) | |
download | pkgsrc-b058ab068e11683b6dbf0da9cfb1b6b6d6af8d57.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'x11/py-gtk2')
-rw-r--r-- | x11/py-gtk2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index cea6e4d9ae6..6d2ed93cb6a 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2007/07/13 10:45:55 drochner Exp $ +# $NetBSD: Makefile,v 1.43 2007/08/23 21:17:37 heinz Exp $ # DISTNAME= pygtk-2.10.6 @@ -11,6 +11,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Python bindings for GTK+2 +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= ${PYPKGPREFIX}-gtk<0.6.10 PY_PATCHPLIST= YES |