diff options
Diffstat (limited to 'graphics/evolvotron/Makefile')
-rw-r--r-- | graphics/evolvotron/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile index 1ec5929136ed..3d2790c4b976 100644 --- a/graphics/evolvotron/Makefile +++ b/graphics/evolvotron/Makefile @@ -30,10 +30,6 @@ CONFIGURE_ENV= QTDIR="${QT_PREFIX}" \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" -.endif - post-patch: @${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/' ${WRKSRC}/common.pro @${REINPLACE_CMD} -e 's,bin/bash,bin/sh,' ${WRKSRC}/configure |