diff options
author | pav <pav@FreeBSD.org> | 2010-04-16 06:22:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-04-16 06:22:38 +0800 |
commit | 73fac64071508218ea04028f955adeda920cae01 (patch) | |
tree | a450e3c036e569e1bf91b7cd19840fd436ab5516 /games | |
parent | 6e4ec36e6a0f52b866d155edd56e4a0030b9f8a6 (diff) | |
download | freebsd-ports-gnome-73fac64071508218ea04028f955adeda920cae01.tar.gz freebsd-ports-gnome-73fac64071508218ea04028f955adeda920cae01.tar.zst freebsd-ports-gnome-73fac64071508218ea04028f955adeda920cae01.zip |
- Mark BROKEN on 7.X too
Reported by: pointyhat
Diffstat (limited to 'games')
-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: |