diff options
author | roam <roam@FreeBSD.org> | 2006-12-14 20:06:57 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2006-12-14 20:06:57 +0800 |
commit | e78c8362588bb59f30e6dac38212728f395d4e9d (patch) | |
tree | 0649aaa35e957bf4ff2a003d0ab543b974b465a5 /multimedia/audacious-plugins | |
parent | 74514eaea1e0c274ab9d47bb6430a4969627e1f5 (diff) | |
download | freebsd-ports-gnome-e78c8362588bb59f30e6dac38212728f395d4e9d.tar.gz freebsd-ports-gnome-e78c8362588bb59f30e6dac38212728f395d4e9d.tar.zst freebsd-ports-gnome-e78c8362588bb59f30e6dac38212728f395d4e9d.zip |
Chase the ftp/curl shared library version; seems I forgot this in
the cURL update yesterday.
Reported by: Rostislav Krasny <rosti.bsd@gmail.com>
Diffstat (limited to 'multimedia/audacious-plugins')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index 160c9d1d4e4e..28fb26e864e6 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= audacious-plugins PORTVERSION= 1.2.5 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://audacious-media-player.org/release/ EXTRACT_SUFX=.tgz @@ -16,7 +17,7 @@ COMMENT= Plugins needed for audacious BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile \ - curl.3:${PORTSDIR}/ftp/curl \ + curl.4:${PORTSDIR}/ftp/curl \ tag.5:${PORTSDIR}/audio/taglib USE_GNOME= gtk20 libglade2 |