diff options
author | swills <swills@FreeBSD.org> | 2013-01-17 11:32:58 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-01-17 11:32:58 +0800 |
commit | 8146ae5457dfa8558bfa002425b569231cb74aa4 (patch) | |
tree | 5103bfe27c57592d6d7b4732f8b7169cf92d4385 /graphics | |
parent | a4e3fd6ab8eae5ab75528f600c117c541ee64b11 (diff) | |
download | freebsd-ports-gnome-8146ae5457dfa8558bfa002425b569231cb74aa4.tar.gz freebsd-ports-gnome-8146ae5457dfa8558bfa002425b569231cb74aa4.tar.zst freebsd-ports-gnome-8146ae5457dfa8558bfa002425b569231cb74aa4.zip |
- Fix build with new OpenEXR
Approved by: ehaupt
Diffstat (limited to 'graphics')
-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 |