diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-07-15 11:37:35 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-07-15 11:37:35 +0000 |
commit | b7ae6bf01ca5fab869272f6fd1450a394a1677ff (patch) | |
tree | 11b24b96bb495135b5653482b8e82cf768508bce /x11-toolkits/py-gtk | |
parent | 759a8b35fc5bde2be08727b55191e5e913b3d0f7 (diff) | |
download | ports-b7ae6bf01ca5fab869272f6fd1450a394a1677ff.tar.gz ports-b7ae6bf01ca5fab869272f6fd1450a394a1677ff.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gtk')
-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 |