Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2012 11:00:59 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307169 - head/graphics/gource
Message-ID:  <201211081100.qA8B0xC0055486@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Nov  8 11:00:59 2012
New Revision: 307169
URL: http://svnweb.freebsd.org/changeset/ports/307169

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

Modified:
  head/graphics/gource/Makefile

Modified: head/graphics/gource/Makefile
==============================================================================
--- head/graphics/gource/Makefile	Thu Nov  8 10:50:29 2012	(r307168)
+++ head/graphics/gource/Makefile	Thu Nov  8 11:00:59 2012	(r307169)
@@ -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?201211081100.qA8B0xC0055486>