aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-tkinter
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2002-04-17 19:35:55 +0800
committertg <tg@FreeBSD.org>2002-04-17 19:35:55 +0800
commit8c8f34a9c5cfb1c3b6330039acef94e75a273eed (patch)
tree726b913b16d4e465656f6d44fd9363a805a29330 /x11-toolkits/py-tkinter
parentb350dc41dd6cf4c7a04abc1d7c105da9e88f0d4a (diff)
downloadfreebsd-ports-gnome-8c8f34a9c5cfb1c3b6330039acef94e75a273eed.tar.gz
freebsd-ports-gnome-8c8f34a9c5cfb1c3b6330039acef94e75a273eed.tar.zst
freebsd-ports-gnome-8c8f34a9c5cfb1c3b6330039acef94e75a273eed.zip
Use USE_PYDISTUTILS.
Diffstat (limited to 'x11-toolkits/py-tkinter')
-rw-r--r--x11-toolkits/py-tkinter/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile
index 219317432f1f..70b416a18d5e 100644
--- a/x11-toolkits/py-tkinter/Makefile
+++ b/x11-toolkits/py-tkinter/Makefile
@@ -15,20 +15,14 @@ DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= tg@FreeBSD.org
-BUILD_DEPENDS= ${PYDISTUTILS}
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
DIST_SUBDIR= python
USE_PYTHON= yes
+USE_PYDISTUTILS=yes
WRKSRC= ${PYTHON_WRKSRC}/Modules
post-extract:
@${CP} ${FILESDIR}/setup.py ${WRKSRC}
-do-build:
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py build)
-
-do-install:
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py install)
-
.include <bsd.port.mk>