aboutsummaryrefslogtreecommitdiff
path: root/games/torcs
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2012-06-05 18:29:16 +0000
committerRene Ladan <rene@FreeBSD.org>2012-06-05 18:29:16 +0000
commitc6004f008e50fedc8dafffd6818d6f7f798f5846 (patch)
tree22953b838bbb352bfdefede9e632ebeaff77ba8b /games/torcs
parent88a428546b51c7db7fa708cabf26dcfdef95d6b3 (diff)
downloadports-c6004f008e50fedc8dafffd6818d6f7f798f5846.tar.gz
ports-c6004f008e50fedc8dafffd6818d6f7f798f5846.zip
Strip version information from LIB_DEPENDS to pet portlint
Notes
Notes: svn path=/head/; revision=298506
Diffstat (limited to 'games/torcs')
-rw-r--r--games/torcs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile
index c873a8c12e4f..bb324bfb8c96 100644
--- a/games/torcs/Makefile
+++ b/games/torcs/Makefile
@@ -18,7 +18,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- vorbis.4:${PORTSDIR}/audio/libvorbis
+ vorbis:${PORTSDIR}/audio/libvorbis
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_XORG= xrender xmu ice xext x11 xxf86vm xrandr
@@ -58,7 +58,7 @@ DESKTOP_ENTRIES= "TORCS" \
.include <bsd.port.pre.mk>
.if defined(WITH_FREEGLUT)
-LIB_DEPENDS+= glut.12:${PORTSDIR}/graphics/freeglut
+LIB_DEPENDS+= glut:${PORTSDIR}/graphics/freeglut
.else
USE_GL= glut
.endif