Tue Jan 30 10:04:00 2018 UTC ()
Now DEPENDS on py-matplotlib rather than buildlinking


(adam)
diff -r1.2 -r1.3 pkgsrc/graphics/py-seaborn/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/graphics/py-seaborn/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/py-seaborn/Makefile 2017/09/04 17:19:38 1.2
+++ pkgsrc/graphics/py-seaborn/Makefile 2018/01/30 10:04:00 1.3
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/09/04 17:19:38 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/01/30 10:04:00 adam Exp $
 
 DISTNAME=	seaborn-0.8.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
@@ -10,12 +10,12 @@
 COMMENT=	Statistical data visualization
 LICENSE=	modified-bsd
 
+DEPENDS+=	${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
 DEPENDS+=	${PYPKGPREFIX}-pandas>=0.12.0:../../math/py-pandas
 DEPENDS+=	${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
 
-USE_LANGUAGES=		# none
+USE_LANGUAGES=	# none
 
-.include "../../graphics/py-matplotlib/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"