summaryrefslogtreecommitdiffstats
path: root/games/foobillard
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-02-27 10:37:45 +0000
committerarved <arved@FreeBSD.org>2003-02-27 10:37:45 +0000
commit830b9aa1a04f840b6967956b7407530b497bff75 (patch)
tree817df02a30e3c4bbd90b09396f579c8ec2c61dc0 /games/foobillard
parent9ec0829a2c173b635b95f80cd9b97aa54673ce78 (diff)
downloadFreeBSD-ports-830b9aa1a04f840b6967956b7407530b497bff75.zip
FreeBSD-ports-830b9aa1a04f840b6967956b7407530b497bff75.tar.gz
Fix build if SDL is linked wiithout esound.
De-pkg-comment. Reported by: bento Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
Diffstat (limited to 'games/foobillard')
-rw-r--r--games/foobillard/Makefile2
-rw-r--r--games/foobillard/pkg-comment1
2 files changed, 2 insertions, 1 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile
index bbef707..b2efffb 100644
--- a/games/foobillard/Makefile
+++ b/games/foobillard/Makefile
@@ -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
diff --git a/games/foobillard/pkg-comment b/games/foobillard/pkg-comment
deleted file mode 100644
index b850b16..0000000
--- a/games/foobillard/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A free OpenGL-billard game
OpenPOWER on IntegriCloud