aboutsummaryrefslogtreecommitdiffstats
path: root/security/umit
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-15 20:56:39 +0800
committerbapt <bapt@FreeBSD.org>2013-10-15 20:56:39 +0800
commit29fba5d2d86fa134efed40d3c7ef67f5e879a045 (patch)
tree290fc7ef30f8c20996ad7e6d17746e74cd9eded0 /security/umit
parent577a946f49681a4659ee4a311e10c9ae4ebdd289 (diff)
downloadfreebsd-ports-gnome-29fba5d2d86fa134efed40d3c7ef67f5e879a045.tar.gz
freebsd-ports-gnome-29fba5d2d86fa134efed40d3c7ef67f5e879a045.tar.zst
freebsd-ports-gnome-29fba5d2d86fa134efed40d3c7ef67f5e879a045.zip
Remove psyco support
Diffstat (limited to 'security/umit')
-rw-r--r--security/umit/Makefile18
1 files changed, 2 insertions, 16 deletions
diff --git a/security/umit/Makefile b/security/umit/Makefile
index 6fe4e9ce741e..b960ed09afe3 100644
--- a/security/umit/Makefile
+++ b/security/umit/Makefile
@@ -3,7 +3,7 @@
PORTNAME= umit
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,22 +21,8 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386" || ${PYTHON_REL} > 260
-WITHOUT_PSYCO= yes
-.endif
-
-.ifndef(WITHOUT_PSYCO)
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco
-.endif
-
-pre-everything::
-.ifndef(WITHOUT_PSYCO)
- @${ECHO_MSG} '===> Define WITHOUT_PSYCO to disable devel/py-psyco optimization'
-.endif
post-patch:
${REINPLACE_CMD} 's/self.build_html_doc()//' ${WRKSRC}/setup.py
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>