aboutsummaryrefslogtreecommitdiff
path: root/devel/py-unit/Makefile
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2001-08-16 15:03:03 +0000
committerJohann Visagie <wjv@FreeBSD.org>2001-08-16 15:03:03 +0000
commit798b24f39fbe1cd293cdbc2e54c08c2516342f7c (patch)
treee14d1e210cbaea446e5e19ee6d8907d0a3d92df2 /devel/py-unit/Makefile
parentb5554d57254eb294da023ca6e7702532fc171fa3 (diff)
downloadports-798b24f39fbe1cd293cdbc2e54c08c2516342f7c.tar.gz
ports-798b24f39fbe1cd293cdbc2e54c08c2516342f7c.zip
Notes
Diffstat (limited to 'devel/py-unit/Makefile')
-rw-r--r--devel/py-unit/Makefile5
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>