diff options
Diffstat (limited to 'x11-toolkits/py-gtk/Makefile')
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index ac9947d56a8c..ce731d55a1a4 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -14,9 +14,9 @@ DISTNAME= gnome-python-1.4.2 MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric +BUILD_DEPENDS= ${PYNUMERIC} LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric +RUN_DEPENDS= ${PYNUMERIC} WRKSRC= ${WRKDIR}/${DISTNAME}/pygtk |