Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2013 12:20:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322434 - head/math/py-matplotlib
Message-ID:  <201307071220.r67CKVS0079411@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jul  7 12:20:31 2013
New Revision: 322434
URL: http://svnweb.freebsd.org/changeset/ports/322434

Log:
  Remove usage of X_VFBSERVER_PORT

Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Sun Jul  7 12:19:08 2013	(r322433)
+++ head/math/py-matplotlib/Makefile	Sun Jul  7 12:20:31 2013	(r322434)
@@ -37,7 +37,7 @@ UNIQUENAME=	${PORTNAME}
 .if defined(PACKAGE_BUILDING) && \
     ( ${PORT_OPTIONS:MGTKBACKEND} || ${PORT_OPTIONS:MGTKAGGBACKEND} || \
     ${PORT_OPTIONS:MTKAGGBACKEND} || ${PORT_OPTIONS:MWXAGGBACKEND} )
-BUILD_DEPENDS+=	Xvfb:${X_VFBSERVER_PORT}
+BUILD_DEPENDS+=	Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver
 .endif
 
 .if ${PORT_OPTIONS:MGTKBACKEND} || ${PORT_OPTIONS:MGTKAGGBACKEND}



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