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 /print/py-fonttools | |
parent | add fastresolve 2.8 (diff) |
Use $PYNUMERIC in the dependencies.
Diffstat (limited to 'print/py-fonttools')
-rw-r--r-- | print/py-fonttools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile index 6f899ca70f04..f9ee9167f6c8 100644 --- a/print/py-fonttools/Makefile +++ b/print/py-fonttools/Makefile @@ -17,9 +17,9 @@ DISTNAME= fonttools-${PORTVERSION} MAINTAINER= jkoshy@freebsd.org BUILD_DEPENDS= xmlproc_val:${PORTSDIR}/textproc/py-xml \ - ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric + ${PYNUMERIC} RUN_DEPENDS= xmlproc_val:${PORTSDIR}/textproc/py-xml \ - ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric + ${PYNUMERIC} WRKSRC= ${WRKDIR}/fonttools |