diff options
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 |