summaryrefslogtreecommitdiff
path: root/graphics/scigraphica
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-15 18:40:06 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-15 18:40:06 +0000
commitbb9e708b1e521c2d502f31679cba85347d9896f0 (patch)
treea2e5f33106b3e680ff24af05e6aa3f226a805cd4 /graphics/scigraphica
parent04f5bd383cd8b82812c21990001940439e039c14 (diff)
downloadpkgsrc-bb9e708b1e521c2d502f31679cba85347d9896f0.tar.gz
use buildlink.mk files for Python and py-Numeric
Diffstat (limited to 'graphics/scigraphica')
-rw-r--r--graphics/scigraphica/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile
index a86f49c9565..141d52b43cd 100644
--- a/graphics/scigraphica/Makefile
+++ b/graphics/scigraphica/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:13 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2002/01/15 18:40:06 drochner Exp $
#
DISTNAME= sg-0.7.0
@@ -14,7 +14,6 @@ DEPENDS+= gtk+-[0-9]*:../../x11/gtk
DEPENDS+= gtk+extra>=0.99.14:../../x11/gtk+extra
DEPENDS+= imlib-[0-9]*:../../graphics/imlib
DEPENDS+= libxml-[0-9]*:../../textproc/libxml
-DEPENDS+= py-Numeric-[0-9]*:../../math/py-Numeric
DEPENDS+= readline>=4.0:../../devel/readline
USE_X11= yes
@@ -23,7 +22,8 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-gnome
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-USE_PYTHON= yes
PY_PATCHPLIST= yes
+.include "../../lang/python/application.buildlink.mk"
+.include "../../math/py-Numeric/buildlink.mk"
.include "../../mk/bsd.pkg.mk"