Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2013 03:32:58 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310537 - head/graphics/exrtools
Message-ID:  <201301170332.r0H3WwO2078087@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301170332.r0H3WwO2078087>