summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/glimmer/Makefile4
-rw-r--r--math/scigraphica/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/glimmer/Makefile b/editors/glimmer/Makefile
index 8fe2db92fcaa..918f98afcc3f 100644
--- a/editors/glimmer/Makefile
+++ b/editors/glimmer/Makefile
@@ -13,10 +13,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sobomax@FreeBSD.org
-BUILD_DEPENDS= python:${PORTSDIR}/lang/python
+BUILD_DEPENDS= python:${PORTSDIR}/lang/python15
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
- python:${PORTSDIR}/lang/python
+ python:${PORTSDIR}/lang/python15
USE_X_PREFIX= yes
USE_LIBTOOL= yes
diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile
index 142b18929bc1..0fda383d5c4e 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