aboutsummaryrefslogtreecommitdiffstats
path: root/audio/liteamp
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-06-26 16:10:44 +0800
committerperky <perky@FreeBSD.org>2003-06-26 16:10:44 +0800
commit2b69faf716d7ac9cd035dbf4bd32bbbf0d6bc7d3 (patch)
treef809fea5acd0531599634548e5b2cf2ab64f7627 /audio/liteamp
parente33e7a333a5a86421cd90ccdad85c19a5f33faca (diff)
downloadfreebsd-ports-gnome-2b69faf716d7ac9cd035dbf4bd32bbbf0d6bc7d3.tar.gz
freebsd-ports-gnome-2b69faf716d7ac9cd035dbf4bd32bbbf0d6bc7d3.tar.zst
freebsd-ports-gnome-2b69faf716d7ac9cd035dbf4bd32bbbf0d6bc7d3.zip
Add missed dependency on libvorbis
Spotted by: kris
Diffstat (limited to 'audio/liteamp')
-rw-r--r--audio/liteamp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile
index 6110e2b90c9a..40de755e56dd 100644
--- a/audio/liteamp/Makefile
+++ b/audio/liteamp/Makefile
@@ -15,7 +15,8 @@ COMMENT= Light-weight Music Player for GNOME2
LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \
mad.1:${PORTSDIR}/audio/mad \
- ogg.4:${PORTSDIR}/audio/libogg
+ ogg.4:${PORTSDIR}/audio/libogg \
+ vorbisfile.3:${PORTSDIR}/audio/libvorbis
USE_X_PREFIX= yes
USE_GMAKE= yes