diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-07 04:34:11 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-07 04:34:11 +0800 |
commit | 19f674f1fde1550fc0209510118b88d82a0a0965 (patch) | |
tree | 1a2d3ed8dbaebd30974687f7c9589b5a965b7eb9 /games | |
parent | adfae4bee9a224bf66f60d1688fe862731439ccc (diff) | |
download | freebsd-ports-gnome-19f674f1fde1550fc0209510118b88d82a0a0965.tar.gz freebsd-ports-gnome-19f674f1fde1550fc0209510118b88d82a0a0965.tar.zst freebsd-ports-gnome-19f674f1fde1550fc0209510118b88d82a0a0965.zip |
Mark BROKEN: Fails to build
Checking for C++ header file boost/lexical_cast.hpp... yes
Checking for C library GL... no
Checking for C library GL... no
Checking for C library opengl32... no
Could not find libGL or opengl32, or could not find GL/gl.h or OpenGL/gl.h
Checking for C library GLU... no
Checking for C library GLU... no
Checking for C library glu32... no
Could not find libGLU or glu32, or could not find GL/glu.h or OpenGL/glu.h
Checking for C library fribidi... no
Checking for C library portaudio... no
Missing SDL
Missing SDL_ttf
Missing SDL_image
Missing SDL_net
Missing speex
Missing vorbisfile
Missing vorbis
Missing ogg
Missing libboost_thread
Missing libboost_date_time
Missing OpenGL
Missing GLU
*** Error code 1
Reported by: pkg-fallout
Diffstat (limited to 'games')
-rw-r--r-- | games/glob2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/glob2/Makefile b/games/glob2/Makefile index 91d45feb6000..c554f130c166 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -12,6 +12,8 @@ COMMENT= Globulation 2, free and innovative strategy game LICENSE= GPLv3 +BROKEN= Fails to build + LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ libspeex.so:${PORTSDIR}/audio/speex \ libfribidi.so:${PORTSDIR}/converters/fribidi \ |