diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-14 18:27:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-14 18:27:32 +0000 |
commit | 2ade0213a5541f29ebcf5100911004f8ab964b4d (patch) | |
tree | fe3bebc038df2071af25d4404e21b35637772d87 /math/py-matplotlib | |
parent | - Fix shebangs (diff) |
Unbreak build and check-sanity
Pointy hat: bofh@
Notes
Notes:
svn path=/head/; revision=396922
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index d07457ff8f38..5bae62e75324 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -49,12 +49,11 @@ WXAGGBACKEND_VARS= WXAGG_BACKEND=True WXAGGBACKEND_VARS_OFF= WXAGG_BACKEND=False PORTEXAMPLES= * -UNIQUENAME= ${PORTNAME} .if defined(PACKAGE_BUILDING) GTKBACKEND_BUILD_DEPENDS= Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver GTKAGGBACKEND_BUILD_DEPENDS= Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver -TKAGGBACKEND_BUILD_DEPENDS= Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver +TKAGGBACKEND_BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver WXAGGBACKEND_BUILD_DEPENDS= Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver .endif |