diff options
Diffstat (limited to 'games/torcs')
-rw-r--r-- | games/torcs/Makefile | 4 |
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 |