Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2015 20:20:45 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399216 - head/net/tigervnc
Message-ID:  <201510132020.t9DKKjMQ052647@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Tue Oct 13 20:20:44 2015
New Revision: 399216
URL: https://svnweb.freebsd.org/changeset/ports/399216

Log:
  Add presentproto, which is a build dependancy of xorg-server. This should
  fix tigervnc in poudriere again.
  
  Submitted by:	olgeni@

Modified:
  head/net/tigervnc/Makefile

Modified: head/net/tigervnc/Makefile
==============================================================================
--- head/net/tigervnc/Makefile	Tue Oct 13 20:19:58 2015	(r399215)
+++ head/net/tigervnc/Makefile	Tue Oct 13 20:20:44 2015	(r399216)
@@ -35,7 +35,7 @@ GH_ACCOUNT=	TigerVNC
 USE_XORG+=	bigreqsproto compositeproto damageproto fixesproto fontsproto glproto \
 		inputproto kbproto pixman randrproto renderproto resourceproto \
 		scrnsaverproto videoproto xau xdmcp xext xkbfile xcmiscproto xextproto \
-		xfont xproto xrandr xtrans xtst xorg-macros
+		xfont xproto xrandr xtrans xtst xorg-macros presentproto
 
 CFLAGS+=	-fPIC
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510132020.t9DKKjMQ052647>