aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-14 08:48:41 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-14 08:48:41 +0000
commit7ab00c3b40d49f419bf0f766f05814586aa8e393 (patch)
tree69614b09ef2735dc64c8341787d6fe6d519727b2 /devel
parentd41372fb19698a529d588d36022d831100a51a1d (diff)
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/idlefork/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/idlefork/Makefile b/devel/idlefork/Makefile
index 659d15e44712..d9277ec7813f 100644
--- a/devel/idlefork/Makefile
+++ b/devel/idlefork/Makefile
@@ -16,13 +16,15 @@ COMMENT= An official experimental development fork of IDE for Python
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
-BROKEN= Incorrect pkg-plist
+DEPRECATED= "has been integrated into Pyhton 2.3+"
+IGNORE= ${DEPRECATED}
+EXPIRATION_DATE=2005-06-01
USE_PYTHON= yes
USE_PYDISTUTILS= yes
pre-install:
- @printf "#!/bin/sh\nexec ${PYTHON_CMD} ${PYTHON_SITELIBDIR}/idlelib/idle.pyc\n" \
+ @${PRINTF} "#!/bin/sh\nexec ${PYTHON_CMD} ${PYTHON_SITELIBDIR}/idlelib/idle.pyc\n" \
> ${WRKSRC}/idle
.if !defined(NOPORTDOCS)