Fix build if SDL is linked wiithout esound.

De-pkg-comment.

Reported by:	bento
Submitted by:	Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
This commit is contained in:
Tilman Keskinoz 2003-02-27 10:37:45 +00:00
parent 08be597229
commit 6d541c0346
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76568
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ CATEGORIES= games
MASTER_SITES= http://foobillard.sunsite.dk/dnl/
MAINTAINER= thomas.vogt@bsdunix.ch
COMMENT= A free OpenGL-billard game
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
png.5:${PORTSDIR}/graphics/png \
@ -26,6 +27,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-SDL --prefix=${PREFIX} \
--includedir="${X11BASE}/include"
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lgnugetopt"
.if !defined(WITH_NVIDIA_BUMPREF)
CONFIGURE_ARGS+= --disable-bumpref

View File

@ -1 +0,0 @@
A free OpenGL-billard game