Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2012 11:31:29 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r307174 - branches/RELENG_9_1_0/graphics/gource
Message-ID:  <201211081131.qA8BVTD1060694@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Thu Nov  8 11:31:28 2012
New Revision: 307174
URL: http://svnweb.freebsd.org/changeset/ports/307174

Log:
  MFH r307169 by gahr:
  
  - fix build
  
  Reported by:	PH (via beat@)
  Approved by:	portmgr@ (implicit)
  Feature safe:	yes

Modified:
  branches/RELENG_9_1_0/graphics/gource/Makefile
Directory Properties:
  branches/RELENG_9_1_0/   (props changed)

Modified: branches/RELENG_9_1_0/graphics/gource/Makefile
==============================================================================
--- branches/RELENG_9_1_0/graphics/gource/Makefile	Thu Nov  8 11:29:01 2012	(r307173)
+++ branches/RELENG_9_1_0/graphics/gource/Makefile	Thu Nov  8 11:31:28 2012	(r307174)
@@ -26,6 +26,9 @@ GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 MANCOMPRESSED=	yes
 
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+
 MAN1=		gource.1
 
 .include <bsd.port.mk>



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