diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2009-03-08 11:19:34 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2009-03-08 11:19:34 +0000 |
commit | feb3afa47509f39e3bb7ba0ec782fa2a54896a84 (patch) | |
tree | 45116893650475f04ac09bc23547ec3498db2c49 /games | |
parent | 6c421ea9df4030f29734bb1fab26fa7802903ea2 (diff) | |
download | ports-feb3afa47509f39e3bb7ba0ec782fa2a54896a84.tar.gz ports-feb3afa47509f39e3bb7ba0ec782fa2a54896a84.zip |
Add missing dependency audio/linux-libvorbis.
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=229672
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 |