diff options
author | antoine <antoine@FreeBSD.org> | 2015-09-15 02:27:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-09-15 02:27:32 +0800 |
commit | 83495fee916f3d5b478b0412da6d10daafb0c434 (patch) | |
tree | fe3bebc038df2071af25d4404e21b35637772d87 /math/py-matplotlib | |
parent | 5c6bf7c43236bd16ecdad3cf17449a7335bd4b6c (diff) | |
download | freebsd-ports-gnome-83495fee916f3d5b478b0412da6d10daafb0c434.tar.gz freebsd-ports-gnome-83495fee916f3d5b478b0412da6d10daafb0c434.tar.zst freebsd-ports-gnome-83495fee916f3d5b478b0412da6d10daafb0c434.zip |
Unbreak build and check-sanity
Pointy hat: bofh@
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 |