diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 17:17:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 17:17:04 +0000 |
commit | 6e82078eeffa2d3575e27ed632f26e8ec04106e6 (patch) | |
tree | 0b2c949e2e8f3922c9e8f781fdd6224546b5b3b7 /graphics/cairo | |
parent | 5dfaaf310b1ff0153e44057c03786c526d867998 (diff) | |
download | pkgsrc-6e82078eeffa2d3575e27ed632f26e8ec04106e6.tar.gz |
DESTDIR support.
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 692d0f192b2..f9244aa3b4d 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/09/29 13:43:41 drochner Exp $ +# $NetBSD: Makefile,v 1.49 2006/11/05 17:23:44 joerg Exp $ DISTNAME= cairo-1.2.4 PKGREVISION= 3 @@ -9,6 +9,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://cairographics.org/ COMMENT= Vector graphics library with cross-device output support +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config |