diff options
author | mva <mva@FreeBSD.org> | 2009-03-08 19:19:34 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2009-03-08 19:19:34 +0800 |
commit | 622e6546bfcdf9c06446d5536cc2d7c2c57d0fd4 (patch) | |
tree | aa08e8d2571a11a942444912b991913cc1145ea3 /games | |
parent | 512f6e32eec1e5d3522d171155a3f8bafbb4cda8 (diff) | |
download | freebsd-ports-gnome-622e6546bfcdf9c06446d5536cc2d7c2c57d0fd4.tar.gz freebsd-ports-gnome-622e6546bfcdf9c06446d5536cc2d7c2c57d0fd4.tar.zst freebsd-ports-gnome-622e6546bfcdf9c06446d5536cc2d7c2c57d0fd4.zip |
Add missing dependency audio/linux-libvorbis.
Approved by: miwi (mentor)
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-uplink-demo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/linux-uplink-demo/Makefile b/games/linux-uplink-demo/Makefile index 2d9c91308b7c..11dc6230133b 100644 --- a/games/linux-uplink-demo/Makefile +++ b/games/linux-uplink-demo/Makefile @@ -19,7 +19,8 @@ COMMENT= High tech computer crime and industrial espionage on the Internet RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 \ ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg \ ${LINUXBASE}/usr/lib/libSDL_mixer-1.2.so.0:${PORTSDIR}/audio/linux-sdl_mixer \ - ${LINUXBASE}/usr/lib/libmikmod.so.2:${PORTSDIR}/audio/linux-mikmod + ${LINUXBASE}/usr/lib/libmikmod.so.2:${PORTSDIR}/audio/linux-mikmod \ + ${LINUXBASE}/usr/lib/libvorbisfile.so.3:${PORTSDIR}/audio/linux-libvorbis ONLY_FOR_ARCHS= i386 USE_LINUX= yes |