summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-04 09:49:57 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-04 09:49:57 +0000
commitd00354faf5fdfd754f01fea019a8bec7f428e460 (patch)
tree701d7be9ceb58bae1b8cd04cda945721d44463bd /games
parentx11-toolkits/freeglut: upgrading to 2.0.0. (diff)
chase x11-toolkits/freeglut update.
PR: ports/57377 Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'games')
-rw-r--r--games/torcs/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile
index effa8b3caa94..1480b87aede3 100644
--- a/games/torcs/Makefile
+++ b/games/torcs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= torcs
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,11 +24,7 @@ COMMENT= The Open Racing Car Simulator
BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
# doxygen would be required to build the doc (TODO?)
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
-.if !defined(WITHOUT_FREEGLUT)
-LIB_DEPENDS+= freeglut-1.3.0:${PORTSDIR}/x11-toolkits/freeglut
-.else
USE_MESA= yes
-.endif
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
GNU_CONFIGURE= yes
@@ -72,11 +69,6 @@ PLIST_SUB+= K1999=""
PLIST_SUB+= K1999="@comment "
.endif
-.if !defined(WITHOUT_FREEGLUT)
-CFLAGSD= -DFREEGLUT
-CONFIGURE_ENV+= USE_FREEGLUT=yes
-.endif
-
2BCLEANED= Make-config src/libs/txml/gennmtab/gennmtab.o
BASH2FIX= src/modules/telemetry/telemetry.sh src/tools/launcher/torcs.in \
Make-default.mk robotgen \
@@ -85,8 +77,6 @@ pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} " You might define these options:"
@${ECHO_MSG} ""
- @${ECHO_MSG} " - WITHOUT_FREEGLUT: do not link against freeglut;"
- @${ECHO_MSG} ""
@${ECHO_MSG} " - WITHOUT_BERNIW and WITHOUT_K1999: do not install optional"
@${ECHO_MSG} " robots."
@${ECHO_MSG} ""