Date: Wed, 4 Sep 2013 17:39:25 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326303 - head/math/R Message-ID: <201309041739.r84HdPAB031069@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309041739.r84HdPAB031069>