diff options
Diffstat (limited to 'graphics/scigraphica/Makefile')
-rw-r--r-- | graphics/scigraphica/Makefile | 6 |
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" |