diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-05 01:39:25 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-05 01:39:25 +0800 |
commit | 20272f06579fa364ee86f3102b7c3fb9eb9eaa3c (patch) | |
tree | 1fd7bcd2f55b67e5d876ab52ea4fa71f04e49b4a /math | |
parent | f042800963092806f9e37b00bfe242706d319f47 (diff) | |
download | freebsd-ports-gnome-20272f06579fa364ee86f3102b7c3fb9eb9eaa3c.tar.gz freebsd-ports-gnome-20272f06579fa364ee86f3102b7c3fb9eb9eaa3c.tar.zst freebsd-ports-gnome-20272f06579fa364ee86f3102b7c3fb9eb9eaa3c.zip |
pkg-config is needed for cairo detection
Approved by: portmgr (bapt)
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index f592d9639499..61edf9f4adfe 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -198,6 +198,7 @@ PLIST_SUB+= LIBR="@comment " .endif .if ${PORT_OPTIONS:MPANGOCAIRO} +USES+= pkgconfig USE_GNOME+= pango PLIST_SUB+= PANGOCAIRO="" .else |