svn commit: r310537 - head/graphics/exrtools
Steve Wills
swills at FreeBSD.org
Thu Jan 17 03:32:58 UTC 2013
Author: swills
Date: Thu Jan 17 03:32:58 2013
New Revision: 310537
URL: http://svnweb.freebsd.org/changeset/ports/310537
Log:
- Fix build with new OpenEXR
Approved by: ehaupt
Modified:
head/graphics/exrtools/Makefile (contents, props changed)
Modified: head/graphics/exrtools/Makefile
==============================================================================
--- head/graphics/exrtools/Makefile Thu Jan 17 03:32:27 2013 (r310536)
+++ head/graphics/exrtools/Makefile Thu Jan 17 03:32:58 2013 (r310537)
@@ -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
More information about the svn-ports-all
mailing list