diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-12 05:31:40 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-12 05:31:40 +0800 |
commit | 7a6d8b89b2d98f68387242d34902a9ce4a18bfc9 (patch) | |
tree | cc99bb9bbd81028fc6fd631791b6671358b8115b /graphics | |
parent | 39cb46d68ab3525516f6b2280a9ad6dfea6ba6a8 (diff) | |
download | freebsd-ports-gnome-7a6d8b89b2d98f68387242d34902a9ce4a18bfc9.tar.gz freebsd-ports-gnome-7a6d8b89b2d98f68387242d34902a9ce4a18bfc9.tar.zst freebsd-ports-gnome-7a6d8b89b2d98f68387242d34902a9ce4a18bfc9.zip |
BROKEN on 4.x: Does not compile
Diffstat (limited to 'graphics')
-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 6cb4b29048a1..1ec5929136ed 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} < 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 @@ -41,4 +47,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/evolvotron.html ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |