diff options
Diffstat (limited to 'devel/py-distorm/Makefile')
-rw-r--r-- | devel/py-distorm/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/py-distorm/Makefile b/devel/py-distorm/Makefile index bbbccc3fe3a8..3715ca956847 100644 --- a/devel/py-distorm/Makefile +++ b/devel/py-distorm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= distorm -PORTVERSION= 1.5.17 +PORTVERSION= 1.5.18 CATEGORIES= devel python MASTER_SITES= http://www.ragestorm.net/distorm/ \ http://www.damogran.de/ports/distorm/ @@ -21,12 +21,6 @@ USE_PYTHON= yes WRKSRC= ${WRKDIR}/distorm/build/linux -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.x -.endif - .if !defined(NOPORTDOCS) DOCSDIR= ${PREFIX}/share/doc/py-distorm DOCS= distorm.html qa.txt vol1.html vol2.html @@ -44,4 +38,4 @@ pre-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |