diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-08-16 15:03:03 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-08-16 15:03:03 +0000 |
commit | 798b24f39fbe1cd293cdbc2e54c08c2516342f7c (patch) | |
tree | e14d1e210cbaea446e5e19ee6d8907d0a3d92df2 /devel/py-unit/Makefile | |
parent | Forgot to remove debug comment. (diff) |
- Add required dependencies
- Make ${PREFIX}-clean
Diffstat (limited to 'devel/py-unit/Makefile')
-rw-r--r-- | devel/py-unit/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile index 353281136e24..b5b73c113207 100644 --- a/devel/py-unit/Makefile +++ b/devel/py-unit/Makefile @@ -15,6 +15,9 @@ DISTNAME= pyunit-${PORTVERSION} MAINTAINER= shell@shellhung.org +BUILD_DEPENDS= ${PYDISTUTILS} +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter + USE_PYTHON= yes SETUP_CMD= cd ${WRKSRC} && ${SETENV} \ @@ -24,6 +27,6 @@ do-build: @${SETUP_CMD} build do-install: - @${SETUP_CMD} install + @${SETUP_CMD} install -c -O1 --prefix=${PREFIX} .include <bsd.port.mk> |