diff options
author | heinz <heinz@pkgsrc.org> | 2008-02-03 03:02:32 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-02-03 03:02:32 +0000 |
commit | 518a58b5300f770fddba0b36e3a5313ba3251df9 (patch) | |
tree | ad3ad436ed74e15c4da8cce0071f6ab4fe74a142 /graphics/openexr | |
parent | 1391913a05ab4f3dc1004dc80324e3e575ee6a0d (diff) | |
download | pkgsrc-518a58b5300f770fddba0b36e3a5313ba3251df9.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'graphics/openexr')
-rw-r--r-- | graphics/openexr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile index e2d4b5db9f5..33e6d921569 100644 --- a/graphics/openexr/Makefile +++ b/graphics/openexr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/11/30 21:52:17 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2008/02/03 03:02:32 heinz Exp $ DISTNAME= openexr-1.6.1 CATEGORIES= graphics @@ -8,6 +8,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.openexr.com/ COMMENT= High dynamic-range (HDR) image file format library and tools +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes |