Index: head/games/typespeed/Makefile =================================================================== --- head/games/typespeed/Makefile (revision 155583) +++ head/games/typespeed/Makefile (revision 155584) @@ -1,37 +1,37 @@ # New ports collection makefile for: typespeed # Date created: 06 September 2003 # Whom: refugee # # $FreeBSD$ # PORTNAME= typespeed PORTVERSION= 0.4.4 CATEGORIES= games MASTER_SITES= http://ls.purkki.org/typespeed/ DISTNAME= typespeed-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Test your typing speed, and get your fingers\' CPS MAN1= typespeed.1 USE_REINPLACE= yes USE_GETOPT_LONG= yes MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LFLAGS="${LDFLAGS}" .include -.if ${ARCH} == "amd64" -BROKEN= "Coredump during runtime on amd64" +.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 +BROKEN= "Coredump during runtime on amd64 running OSVERSION >= 700000" .endif post-patch: @${REINPLACE_CMD} -e 's|\(/etc\)|${PREFIX}\1|' \ ${WRKSRC}/typespeed.h post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include Property changes on: head/games/typespeed/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property