1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Strip version information from LIB_DEPENDS to pet portlint

This commit is contained in:
Rene Ladan 2012-06-05 18:29:16 +00:00
parent 88a428546b
commit c6004f008e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298506

View File

@ -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