summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2014-03-01 18:20:15 +0000
committercrees <crees@FreeBSD.org>2014-03-01 18:20:15 +0000
commit11040f49bbda1835e5943dd931257b2dae21e21b (patch)
tree1b05f350329ca4030f6b7f44d43ed81e5e2c53d0
parent05631d4886db368046a6c4efc76163e9b7b40d13 (diff)
downloadFreeBSD-ports-11040f49bbda1835e5943dd931257b2dae21e21b.zip
FreeBSD-ports-11040f49bbda1835e5943dd931257b2dae21e21b.tar.gz
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
-rw-r--r--audio/grip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile
index b9027f8..9c6c305 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
OpenPOWER on IntegriCloud