svn commit: r307174 - branches/RELENG_9_1_0/graphics/gource

Beat Gaetzi beat at FreeBSD.org
Thu Nov 8 11:31:29 UTC 2012


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>


More information about the svn-ports-branches mailing list