svn commit: r396922 - head/math/py-matplotlib

Antoine Brodin antoine at FreeBSD.org
Mon Sep 14 18:27:33 UTC 2015


Author: antoine
Date: Mon Sep 14 18:27:32 2015
New Revision: 396922
URL: https://svnweb.freebsd.org/changeset/ports/396922

Log:
  Unbreak build and check-sanity
  
  Pointy hat:	bofh@

Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Mon Sep 14 18:25:00 2015	(r396921)
+++ head/math/py-matplotlib/Makefile	Mon Sep 14 18:27:32 2015	(r396922)
@@ -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
 


More information about the svn-ports-all mailing list