aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-08-29 02:03:59 +0800
committersobomax <sobomax@FreeBSD.org>2002-08-29 02:03:59 +0800
commitb4b765ee352e27570daf7984e4731a97dbcae135 (patch)
treed2001d6d565ef20a0728b89fcd4bfa93a387e1ca /math
parent7dab7d1c2565d284545aad16c8ea1cb17ae544ff (diff)
downloadfreebsd-ports-gnome-b4b765ee352e27570daf7984e4731a97dbcae135.tar.gz
freebsd-ports-gnome-b4b765ee352e27570daf7984e4731a97dbcae135.tar.zst
freebsd-ports-gnome-b4b765ee352e27570daf7984e4731a97dbcae135.zip
Directory layouts of py-gtk and py-gnome packages have been changed, so that
update *_DEPENDS properly.
Diffstat (limited to 'math')
-rw-r--r--math/clarence/Makefile2
-rw-r--r--math/scigraphica/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/clarence/Makefile b/math/clarence/Makefile
index 8b27f059f7bf..e8bb358d3847 100644
--- a/math/clarence/Makefile
+++ b/math/clarence/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://clay.ll.pl/clarence/
MAINTAINER= ports@FreeBSD.org
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GDK.py:${PORTSDIR}/x11-toolkits/py-gtk
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/GDK.py:${PORTSDIR}/x11-toolkits/py-gtk
USE_REINPLACE= yes
USE_PYTHON= yes
diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile
index 96bc95b2ef9e..6318f117d9ae 100644
--- a/math/scigraphica/Makefile
+++ b/math/scigraphica/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= sobomax@FreeBSD.org
BUILD_DEPENDS= ${PYNUMERIC}
LIB_DEPENDS= gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra
RUN_DEPENDS= ${PYNUMERIC} \
- ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
+ ${PYTHON_SITELIBDIR}/gtk-1.2/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
USE_X_PREFIX= yes
USE_GMAKE= yes