From bb7157048cf05782ed939c81d1a5b24a20c5dd02 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Mon, 24 Jun 2013 14:48:38 +0000 Subject: [PATCH] net/tigervnc: fix build depends - Add font-util as BUILD_DEPENDS PR: ports/179838 Approved by: maintainer --- net/tigervnc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile index a52e96f27c21..f3f9f084a5cb 100644 --- a/net/tigervnc/Makefile +++ b/net/tigervnc/Makefile @@ -16,7 +16,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENCE.TXT PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-servers/xorg-server:patch -BUILD_DEPENDS= ${LOCALBASE}/include/GL/internal/dri_interface.h:${PORTSDIR}/graphics/dri +BUILD_DEPENDS= ${LOCALBASE}/include/GL/internal/dri_interface.h:${PORTSDIR}/graphics/dri \ + ${LOCALBASE}/libdata/pkgconfig/fontutil.pc:${PORTSDIR}/x11-fonts/font-util # almost equivalent to x11-servers/xorg-server's RUN_DEPENDS= ${LOCALBASE}/share/X11/xkb/rules/base:${PORTSDIR}/x11/xkeyboard-config \ xkbcomp:${PORTSDIR}/x11/xkbcomp