diff options
Diffstat (limited to 'audio/xmms2-scrobbler/Makefile')
-rw-r--r-- | audio/xmms2-scrobbler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms2-scrobbler/Makefile b/audio/xmms2-scrobbler/Makefile index ce813a85222c..3e85cdaf8e9d 100644 --- a/audio/xmms2-scrobbler/Makefile +++ b/audio/xmms2-scrobbler/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmms2-scrobbler PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://ftp.code-monkey.de/pub/${PORTNAME}/ @@ -13,7 +13,7 @@ COMMENT= Last.fm submission client for XMMS2 LICENSE= MIT LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2 \ - curl.6:${PORTSDIR}/ftp/curl + curl:${PORTSDIR}/ftp/curl USES= pkgconfig USE_GMAKE= yes |