summaryrefslogtreecommitdiff
path: root/graphics/py-gnuplot
diff options
context:
space:
mode:
authorsnj <snj>2004-05-02 03:55:05 +0000
committersnj <snj>2004-05-02 03:55:05 +0000
commita922e7cc1a7db529ec9c99e1c084078b7c87586e (patch)
tree68bdf3abf78260edaa06c035eae734ce5f2a6978 /graphics/py-gnuplot
parent0320b297125b74de47332a4c113503c0e54d250a (diff)
downloadpkgsrc-a922e7cc1a7db529ec9c99e1c084078b7c87586e.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"