summaryrefslogtreecommitdiff
path: root/graphics/py-gnuplot
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-05-02 03:55:05 +0000
committersnj <snj@pkgsrc.org>2004-05-02 03:55:05 +0000
commit023d96db45946f356972304457d883ea3af6cabe (patch)
tree68bdf3abf78260edaa06c035eae734ce5f2a6978 /graphics/py-gnuplot
parent17a62a714de4d11ee8012cd24d9827f4792b4f9a (diff)
downloadpkgsrc-023d96db45946f356972304457d883ea3af6cabe.tar.gz
Convert to buildlink3.
Diffstat (limited to 'graphics/py-gnuplot')
-rw-r--r--graphics/py-gnuplot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile
index 281981598d0..5f0237b4fb3 100644
--- a/graphics/py-gnuplot/Makefile
+++ b/graphics/py-gnuplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:42:32 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/05/02 03:55:16 snj Exp $
#
DISTNAME= gnuplot-py-1.6
@@ -11,8 +11,8 @@ HOMEPAGE= http://gnuplot-py.sourceforge.net/
COMMENT= Python package that interfaces to gnuplot
PYDISTUTILSPKG= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
.include "../../lang/python/extension.mk"
-.include "../../math/py-Numeric/buildlink2.mk"
+.include "../../math/py-Numeric/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"