aboutsummaryrefslogtreecommitdiffstats
path: root/games/torcs
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2012-06-06 02:29:16 +0800
committerrene <rene@FreeBSD.org>2012-06-06 02:29:16 +0800
commit37fa7bcc5f845374a54be4fe278e441eb71ceb95 (patch)
treebc5667c2aeb43ed16997fb2f74288a7087ee39ab /games/torcs
parent98e2bf0c69b73fa3f2771a8d4a247c53b5382e0f (diff)
downloadfreebsd-ports-gnome-37fa7bcc5f845374a54be4fe278e441eb71ceb95.tar.gz
freebsd-ports-gnome-37fa7bcc5f845374a54be4fe278e441eb71ceb95.tar.zst
freebsd-ports-gnome-37fa7bcc5f845374a54be4fe278e441eb71ceb95.zip
Strip version information from LIB_DEPENDS to pet portlint
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