diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-04-15 22:22:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-04-15 22:22:38 +0000 |
commit | 7720aa57a93a09e729d52e3e97d3c656f10c929d (patch) | |
tree | d6d6ad735678383af45ec2230815137f891443d1 /games/stepmania-devel | |
parent | 50b5f59d5d8dfb635794303986bbf82fc61acc23 (diff) |
- Mark BROKEN on 7.X too
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=252732
Diffstat (limited to 'games/stepmania-devel')
-rw-r--r-- | games/stepmania-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/stepmania-devel/Makefile b/games/stepmania-devel/Makefile index 62cae35118ba..2f2d9116470d 100644 --- a/games/stepmania-devel/Makefile +++ b/games/stepmania-devel/Makefile @@ -54,8 +54,8 @@ LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora CONFIGURE_ARGS+=--without-theora .endif -.if ${OSVERSION} < 700000 -BROKEN= does not link +.if ${OSVERSION} < 800000 +BROKEN= does not compile .endif post-patch: |