From owner-svn-ports-all@FreeBSD.ORG Thu Jan 17 03:32:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ADDD5DB; Thu, 17 Jan 2013 03:32:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A0CE5747; Thu, 17 Jan 2013 03:32:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0H3WwNm078089; Thu, 17 Jan 2013 03:32:58 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0H3WwO2078087; Thu, 17 Jan 2013 03:32:58 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201301170332.r0H3WwO2078087@svn.freebsd.org> From: Steve Wills Date: Thu, 17 Jan 2013 03:32:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310537 - head/graphics/exrtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 03:32:58 -0000 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