aboutsummaryrefslogtreecommitdiff
path: root/games/torcs
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-09-23 16:42:30 +0000
committerRene Ladan <rene@FreeBSD.org>2013-09-23 16:42:30 +0000
commit5f26a0047137bb7ac5c46bdd6668eeb6bc83d276 (patch)
tree5721582639406da27f4f0b7d1345bea1efd4c7a4 /games/torcs
parenta81009fc18437e65743407e6cd8bd9cc8639e103 (diff)
downloadports-5f26a0047137bb7ac5c46bdd6668eeb6bc83d276.tar.gz
ports-5f26a0047137bb7ac5c46bdd6668eeb6bc83d276.zip
Let my ports pass 'make check-sanity' by using modern LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=328021
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 dfbbda4a7be3..94fe1b4749b8 100644
--- a/games/torcs/Makefile
+++ b/games/torcs/Makefile
@@ -15,8 +15,8 @@ LICENSE= GPLv2
MAKE_JOBS_UNSAFE= yes
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- vorbis:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+ libvorbis.so:${PORTSDIR}/audio/libvorbis
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
USES= gmake shebangfix