diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-01-17 03:32:58 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-01-17 03:32:58 +0000 |
commit | 49ee89eea5c74f72e3aed69cacfeba87347627b4 (patch) | |
tree | 5103bfe27c57592d6d7b4732f8b7169cf92d4385 /graphics/exrtools | |
parent | bb851b402873d820e2c568c9daf2980a883c8943 (diff) | |
download | ports-49ee89eea5c74f72e3aed69cacfeba87347627b4.tar.gz ports-49ee89eea5c74f72e3aed69cacfeba87347627b4.zip |
- Fix build with new OpenEXR
Approved by: ehaupt
Notes
Notes:
svn path=/head/; revision=310537
Diffstat (limited to 'graphics/exrtools')
-rw-r--r-- | graphics/exrtools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index 5e1afe4f13ad..2b1f392dfd95 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -7,7 +7,7 @@ PORTNAME= exrtools PORTVERSION= 0.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://scanline.ca/exrtools/ \ CRITICAL @@ -25,6 +25,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes +USE_PKGCONFIG= build + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |