diff options
author | oliver <oliver@FreeBSD.org> | 2006-06-09 00:07:12 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-06-09 00:07:12 +0800 |
commit | b59619319ade58d267e9a5f0488734f77b8d63ba (patch) | |
tree | 158e76a9dfdc1436fd89552c04abcd09a3a5379b /games/torcs | |
parent | 248b926fabf630d6ad35a8c3941b9683c3252be9 (diff) | |
download | freebsd-ports-gnome-b59619319ade58d267e9a5f0488734f77b8d63ba.tar.gz freebsd-ports-gnome-b59619319ade58d267e9a5f0488734f77b8d63ba.tar.zst freebsd-ports-gnome-b59619319ade58d267e9a5f0488734f77b8d63ba.zip |
update freealut to 1.1.0
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 08d6eda20e5c..f7589c10f766 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -7,7 +7,7 @@ PORTNAME= torcs DISTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ COMMENT= The Open Racing Car Simulator BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ openal.0:${PORTSDIR}/audio/openal \ - alut.0:${PORTSDIR}/audio/freealut + alut.1:${PORTSDIR}/audio/freealut RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_BZIP2= yes |