svn commit: r326303 - head/math/R

Antoine Brodin antoine at FreeBSD.org
Wed Sep 4 17:39:25 UTC 2013


Author: antoine
Date: Wed Sep  4 17:39:25 2013
New Revision: 326303
URL: http://svnweb.freebsd.org/changeset/ports/326303

Log:
  pkg-config is needed for cairo detection
  
  Approved by:	portmgr (bapt)

Modified:
  head/math/R/Makefile

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Wed Sep  4 17:28:02 2013	(r326302)
+++ head/math/R/Makefile	Wed Sep  4 17:39:25 2013	(r326303)
@@ -198,6 +198,7 @@ PLIST_SUB+=		LIBR="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MPANGOCAIRO}
+USES+=			pkgconfig
 USE_GNOME+=		pango
 PLIST_SUB+=		PANGOCAIRO=""
 .else


More information about the svn-ports-all mailing list