Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2015 18:27:33 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396922 - head/math/py-matplotlib
Message-ID:  <201509141827.t8EIRXD1004877@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509141827.t8EIRXD1004877>