summaryrefslogtreecommitdiff
path: root/graphics/scigraphica
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-15 18:40:06 +0000
committerdrochner <drochner>2002-01-15 18:40:06 +0000
commit5cd992a5abfe3e2259c5e4c018cecc66b290dec3 (patch)
treea2e5f33106b3e680ff24af05e6aa3f226a805cd4 /graphics/scigraphica
parentdc715470d651b488c677545bcfd9d1f973c60c19 (diff)
downloadpkgsrc-5cd992a5abfe3e2259c5e4c018cecc66b290dec3.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"