diff options
author | heinz <heinz@pkgsrc.org> | 2007-08-23 20:50:52 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-08-23 20:50:52 +0000 |
commit | 33e5fb251e054bbe43ad1c85ef1dbd192e64153e (patch) | |
tree | cd6cb24e7ee4c6303087d8a15d4d852d7a6dc615 /graphics | |
parent | 2c24381f71fb62fc7dec6e306185368827005c32 (diff) | |
download | pkgsrc-33e5fb251e054bbe43ad1c85ef1dbd192e64153e.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-cairo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index d34d49a7a78..2f03c4e013f 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/04/02 07:38:00 obache Exp $ +# $NetBSD: Makefile,v 1.8 2007/08/23 20:50:52 heinz Exp $ # DISTNAME= pycairo-1.4.0 @@ -10,6 +10,8 @@ MAINTAINER= leuzi@trash.net HOMEPAGE= http://cairographics.org/pycairo/ COMMENT= Python bindings for cairo +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config |