svn commit: r322434 - head/math/py-matplotlib
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jul 7 12:20:31 UTC 2013
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}
More information about the svn-ports-head
mailing list