diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-05-23 12:12:22 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-05-23 12:12:22 +0000 |
commit | 9c271e76ec018888068698972ac66b229b8e7fde (patch) | |
tree | 957bad91f0cb283b799fb670b5583b28011d374f /math/py-numeric/Makefile | |
parent | fc244695b8817e53be479fceb95d8d46fd134a37 (diff) |
Cleanup: remove unneeded BUILD_DEPENDS line.
Notes
Notes:
svn path=/head/; revision=59793
Diffstat (limited to 'math/py-numeric/Makefile')
-rw-r--r-- | math/py-numeric/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index eb6f77bf7f3e..a23185df5c6d 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -15,8 +15,6 @@ DISTNAME= Numeric-${PORTVERSION} MAINTAINER= tg@FreeBSD.org -BUILD_DEPENDS= ${PYDISTUTILS} - USE_PYTHON= yes USE_PYDISTUTILS=yes PYSETUP= setup_all.py |