mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
BillardGL: fix build
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
SUMMARY="A 3D OpenGL Billard Simulator"
|
||||
DESCRIPTION="
|
||||
BillardGL is a very nice looking OpenGL pool billiard simulation, which was \
|
||||
developed within the scope of the course "Computergraphics" at the University \
|
||||
of Freiburg (Germany)"
|
||||
DESCRIPTION="BillardGL is a very nice looking OpenGL pool billiard simulation,\
|
||||
which was developed within the scope of the course "Computergraphics" at the \
|
||||
University of Freiburg (Germany)"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2001-2008 Tobias Nopper"
|
||||
@@ -21,9 +20,13 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libglu
|
||||
devel:libGL
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:g++
|
||||
cmd:make
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user