diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-15 12:56:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-15 12:56:39 +0000 |
commit | a5d101735ab0718fa3d3f7c7ae59172f204165da (patch) | |
tree | 290fc7ef30f8c20996ad7e6d17746e74cd9eded0 /security/umit | |
parent | 048bfa50cedb9af617599b1e8f1fbd219a2d1ae6 (diff) | |
download | ports-a5d101735ab0718fa3d3f7c7ae59172f204165da.tar.gz ports-a5d101735ab0718fa3d3f7c7ae59172f204165da.zip |
Notes
Diffstat (limited to 'security/umit')
-rw-r--r-- | security/umit/Makefile | 18 |
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> |