diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-19 21:21:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-19 21:21:50 +0800 |
commit | f0300af047f801468ffd3a524ccf4101b2780bc6 (patch) | |
tree | 8a62304284170168a7ad44ee80b75acc53a94087 /games | |
parent | 0f9431692d1e1eed32a481821ad275814e264101 (diff) | |
download | freebsd-ports-gnome-f0300af047f801468ffd3a524ccf4101b2780bc6.tar.gz freebsd-ports-gnome-f0300af047f801468ffd3a524ccf4101b2780bc6.tar.zst freebsd-ports-gnome-f0300af047f801468ffd3a524ccf4101b2780bc6.zip |
- Lessen BROKEN condition: actually builds fine on DragonFly and FreeBSD 9.x
Submitted by: marino
Diffstat (limited to 'games')
-rw-r--r-- | games/vegastrike/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/vegastrike/Makefile b/games/vegastrike/Makefile index 6346e4ca94d8..9e0efa299319 100644 --- a/games/vegastrike/Makefile +++ b/games/vegastrike/Makefile @@ -13,7 +13,9 @@ COMMENT= Open source 3D space simulator LICENSE= GPLv2 -BROKEN= does not build (numerous C++ errors) +BROKEN_FreeBSD_10= does not build (numerous C++ errors) +BROKEN_FreeBSD_11= does not build (numerous C++ errors) +BROKEN_FreeBSD_12= does not build (numerous C++ errors) RUN_DEPENDS= ${DATADIR}/vegastrike.ico:games/vegastrike-data LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ |