diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-07 12:20:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-07 12:20:31 +0000 |
commit | 10d826c3a10ed2a3732b1d9f9e29af8508aaac57 (patch) | |
tree | 7dc9a5f63db71ed6ea0aeaf0dcc2a27df1d620ce /math/py-matplotlib | |
parent | Use USES=display:install instead of custom version (diff) |
Remove usage of X_VFBSERVER_PORT
Notes
Notes:
svn path=/head/; revision=322434
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 7aeb4db4724e..06db9c64ee42 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -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} |