diff options
author | salo <salo@pkgsrc.org> | 2006-05-08 11:04:40 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-05-08 11:04:40 +0000 |
commit | f23d6c4a8fbe57a30c6034ce070eb3f9bb08a902 (patch) | |
tree | cd9be825f9d1a7b7bf0c8e68f037c90544de65d6 /graphics/openexr | |
parent | 718cb626245c3a0d45d53cde4dffcc9f4ff477ea (diff) | |
download | pkgsrc-f23d6c4a8fbe57a30c6034ce070eb3f9bb08a902.tar.gz |
Uses C++, noted by <smb> on pkgsrc-users.
Diffstat (limited to 'graphics/openexr')
-rw-r--r-- | graphics/openexr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile index 13f706cc5ff..c9feb617349 100644 --- a/graphics/openexr/Makefile +++ b/graphics/openexr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/28 17:55:48 jschauma Exp $ +# $NetBSD: Makefile,v 1.9 2006/05/08 11:04:40 salo Exp $ DISTNAME= OpenEXR-1.2.2 PKGNAME= openexr-1.2.2 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.openexr.com/ COMMENT= High dynamic-range (HDR) image file format library and tools USE_TOOLS+= gmake +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= ${WRKSRC}/OpenExr.pc.in |