aboutsummaryrefslogtreecommitdiff
path: root/games/foobillard
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-09-27 10:23:34 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-09-27 10:23:34 +0000
commit1ba012cc2363438a9cc4ebc55f9aaab242bcd938 (patch)
treeee90817b5885711a554683cb72cff59e20397c79 /games/foobillard
parent61d2da233dcb8f9e4f73f8fbe3758d570694ae4f (diff)
downloadports-1ba012cc2363438a9cc4ebc55f9aaab242bcd938.tar.gz
ports-1ba012cc2363438a9cc4ebc55f9aaab242bcd938.zip
Mark BROKEN: fails to link
cc -Wall `/usr/local/bin/freetype-config --cflags` -DNO_NV_BUMPREF -DNO_NV_FRESNEL -DUSE_SOUND -O2 -pipe -fstack-protector -fno-strict-aliasing `/usr/local/bin/freetype-config --libs` -lglut -L/usr/local/lib -fstack-protector -o foobillard billard3d.o billmove.o billard.o vmath.o ball.o png_loader.o table.o queue.o aiplayer.o options.o evaluate_move.o helpscreen.o textobj.o font.o sys_stuff.o net_socket.o sound_stuff.o menu.o bumpref.o -lSM -lICE -L/usr/local/lib -lGL -lGLU -lXaw -lm -lXi -lpng -lz ball.o: In function `draw_balls': ball.c:(.text+0x4ddc): undefined reference to `glProgramParameter4fNV' Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=398030
Diffstat (limited to 'games/foobillard')
-rw-r--r--games/foobillard/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile
index 474b8ac1ca56..bc596c334766 100644
--- a/games/foobillard/Makefile
+++ b/games/foobillard/Makefile
@@ -10,6 +10,8 @@ MASTER_SITES= http://foobillard.sunsite.dk/dnl/
MAINTAINER= thomas@bsdunix.ch
COMMENT= Free OpenGL billiards game
+BROKEN= fails to link
+
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
libfreetype.so:${PORTSDIR}/print/freetype2