BillardGL: fix build

This commit is contained in:
Sergei Reznikov
2016-08-01 14:34:55 +03:00
parent 3bc4b6f96a
commit fc44b3a4c2

View File

@@ -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
"