svn commit: r321686 - head/net/tigervnc
William Grzybowski
wg at FreeBSD.org
Mon Jun 24 14:48:39 UTC 2013
Author: wg
Date: Mon Jun 24 14:48:38 2013
New Revision: 321686
URL: http://svnweb.freebsd.org/changeset/ports/321686
Log:
net/tigervnc: fix build depends
- Add font-util as BUILD_DEPENDS
PR: ports/179838
Approved by: maintainer
Modified:
head/net/tigervnc/Makefile
Modified: head/net/tigervnc/Makefile
==============================================================================
--- head/net/tigervnc/Makefile Mon Jun 24 14:33:05 2013 (r321685)
+++ head/net/tigervnc/Makefile Mon Jun 24 14:48:38 2013 (r321686)
@@ -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
More information about the svn-ports-head
mailing list