diff options
author | heinz <heinz@pkgsrc.org> | 2008-02-03 02:38:13 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-02-03 02:38:13 +0000 |
commit | c4fad5a26af2a06fcdb425279bcc8449fd5afe84 (patch) | |
tree | 35f6d5abdd9f5248ceb924a92cd543728adea626 /graphics | |
parent | 44878a2c645418b5bcef21c5068fbe8eeeb4d8e8 (diff) | |
download | pkgsrc-c4fad5a26af2a06fcdb425279bcc8449fd5afe84.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ilmbase/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile index 11aae384f9e..57e4a0b7a75 100644 --- a/graphics/ilmbase/Makefile +++ b/graphics/ilmbase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/11/30 21:50:22 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/02/03 02:38:13 heinz Exp $ DISTNAME= ilmbase-1.0.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 USE_LANGUAGES= c c++ USE_LIBTOOL= yes |