summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-03-01 18:20:15 +0000
committerChris Rees <crees@FreeBSD.org>2014-03-01 18:20:15 +0000
commit195d2c957408ab34d1e9ca61c4db5460997f692e (patch)
tree1b05f350329ca4030f6b7f44d43ed81e5e2c53d0 /audio
parentUpgrade and switch from openal to openal-soft. (diff)
Fix depend-- libid3-3.8.so is not installed by id3lib, libid3-3.8.so.3 is.
Better to depend on the more general libid3.so
Notes
Notes: svn path=/head/; revision=346712
Diffstat (limited to 'audio')
-rw-r--r--audio/grip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile
index b9027f890ac5..9c6c3052d621 100644
--- a/audio/grip/Makefile
+++ b/audio/grip/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= SF
MAINTAINER= multimedia@FreeBSD.org
COMMENT= GTK front-end to external cd rippers and audio encoders
-LIB_DEPENDS= libid3-3.8.so:${PORTSDIR}/audio/id3lib \
+LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib \
libcurl.so:${PORTSDIR}/ftp/curl
USE_XORG= x11