diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 01:49:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 01:49:31 +0800 |
commit | e6af723b427131278badc3dc020fee3cfef66d18 (patch) | |
tree | dc1bf7a770ac357f185dc978d61310d4d01b4bc4 /graphics/evolvotron | |
parent | 8d05912892b859574e72655b0987937be881b688 (diff) | |
download | freebsd-ports-graphics-e6af723b427131278badc3dc020fee3cfef66d18.tar.gz freebsd-ports-graphics-e6af723b427131278badc3dc020fee3cfef66d18.tar.zst freebsd-ports-graphics-e6af723b427131278badc3dc020fee3cfef66d18.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'graphics/evolvotron')
-rw-r--r-- | graphics/evolvotron/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile index 756b9b67ef0..7927c3c7761 100644 --- a/graphics/evolvotron/Makefile +++ b/graphics/evolvotron/Makefile @@ -28,6 +28,12 @@ MAKE_ENV= QTDIR="${QT_PREFIX}" \ CONFIGURE_ENV= QTDIR="${QT_PREFIX}" \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/' ${WRKSRC}/common.pro @@ -40,4 +46,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/evolvotron.html ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |