From fa4c645293bad1511ae9b704179a8e3642f179da Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 11 Sep 2000 07:01:00 +0000 Subject: Use python15 as a dependency. Submitted by: bento --- math/scigraphica/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile index 142b189..0fda383 100644 --- a/math/scigraphica/Makefile +++ b/math/scigraphica/Makefile @@ -13,13 +13,13 @@ DISTNAME= sg-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ +BUILD_DEPENDS= python:${PORTSDIR}/lang/python15 \ ${LOCALBASE}/include/python1.5/Numeric/arrayobject.h:${PORTSDIR}/math/numpy LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gtkextra.10:${PORTSDIR}/x11-toolkits/gtkextra \ xml.5:${PORTSDIR}/textproc/libxml RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ - python:${PORTSDIR}/lang/python \ + python:${PORTSDIR}/lang/python15 \ ${LOCALBASE}/include/python1.5/Numeric/arrayobject.h:${PORTSDIR}/math/numpy GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -- cgit v1.1