diff options
author | tg <tg@FreeBSD.org> | 2002-07-15 19:37:35 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2002-07-15 19:37:35 +0800 |
commit | 30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3 (patch) | |
tree | 2ddc11cb0d2b59ccd8eeb832d551757d59234c8f /x11-toolkits/py-gtk2 | |
parent | 43fcff6edce8c91fea8769328f4ee16e0815ab04 (diff) | |
download | freebsd-ports-gnome-30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3.tar.gz freebsd-ports-gnome-30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3.tar.zst freebsd-ports-gnome-30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3.zip |
Use $PYNUMERIC in the dependencies.
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index ac9947d56a8c..ce731d55a1a4 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/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 |