diff options
author | crees <crees@FreeBSD.org> | 2014-03-02 02:20:15 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-03-02 02:20:15 +0800 |
commit | 11040f49bbda1835e5943dd931257b2dae21e21b (patch) | |
tree | 1b05f350329ca4030f6b7f44d43ed81e5e2c53d0 /audio/grip | |
parent | 05631d4886db368046a6c4efc76163e9b7b40d13 (diff) | |
download | freebsd-ports-gnome-11040f49bbda1835e5943dd931257b2dae21e21b.tar.gz freebsd-ports-gnome-11040f49bbda1835e5943dd931257b2dae21e21b.tar.zst freebsd-ports-gnome-11040f49bbda1835e5943dd931257b2dae21e21b.zip |
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
Diffstat (limited to 'audio/grip')
-rw-r--r-- | audio/grip/Makefile | 2 |
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 |