diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-07 20:20:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-07 20:20:31 +0800 |
commit | dd414153c2869cfc4b885c5a6d5ab9ababa83555 (patch) | |
tree | 7dc9a5f63db71ed6ea0aeaf0dcc2a27df1d620ce /math | |
parent | bf356c67256578a9a3ee9c4277fb7b95724b9ad6 (diff) | |
download | freebsd-ports-gnome-dd414153c2869cfc4b885c5a6d5ab9ababa83555.tar.gz freebsd-ports-gnome-dd414153c2869cfc4b885c5a6d5ab9ababa83555.tar.zst freebsd-ports-gnome-dd414153c2869cfc4b885c5a6d5ab9ababa83555.zip |
Remove usage of X_VFBSERVER_PORT
Diffstat (limited to 'math')
-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} |