aboutsummaryrefslogtreecommitdiff
path: root/graphics/evolvotron/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/evolvotron/Makefile')
-rw-r--r--graphics/evolvotron/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile
index 7927c3c7761b..6cb4b29048a1 100644
--- a/graphics/evolvotron/Makefile
+++ b/graphics/evolvotron/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= evolvotron
-PORTVERSION= 0.2.3
+PORTVERSION= 0.3.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -28,14 +28,9 @@ 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
+ @${REINPLACE_CMD} -e 's,bin/bash,bin/sh,' ${WRKSRC}/configure
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/evolvotron/evolvotron ${PREFIX}/bin
@@ -46,4 +41,4 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/evolvotron.html ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>