1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

pkg-config is needed for cairo detection

Approved by:	portmgr (bapt)
This commit is contained in:
Antoine Brodin 2013-09-04 17:39:25 +00:00
parent 219e108d08
commit 287121d167
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326303

View File

@ -198,6 +198,7 @@ PLIST_SUB+= LIBR="@comment "
.endif
.if ${PORT_OPTIONS:MPANGOCAIRO}
USES+= pkgconfig
USE_GNOME+= pango
PLIST_SUB+= PANGOCAIRO=""
.else