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 | a6c2f93985da363f503bae68b72f6d936b068ed0 (patch) | |
tree | cd6cb24e7ee4c6303087d8a15d4d852d7a6dc615 /graphics/py-cairo/Makefile | |
parent | 373adf29d8b6433ab7ea7daa6b36d1637cb8f695 (diff) | |
download | pkgsrc-a6c2f93985da363f503bae68b72f6d936b068ed0.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'graphics/py-cairo/Makefile')
-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 |