diff options
author | arved <arved@FreeBSD.org> | 2011-02-01 17:54:41 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-02-01 17:54:41 +0800 |
commit | 321a7de0912880c4eb6881087ad292cc59f17b11 (patch) | |
tree | 7a5d51983d4f4eda1742992d2258e5baf3a624b5 /audio/ario | |
parent | 22b7aac76ff49bb1aab734d3a96f408f4d8ae9ce (diff) | |
download | freebsd-ports-gnome-321a7de0912880c4eb6881087ad292cc59f17b11.tar.gz freebsd-ports-gnome-321a7de0912880c4eb6881087ad292cc59f17b11.tar.zst freebsd-ports-gnome-321a7de0912880c4eb6881087ad292cc59f17b11.zip |
Fix dependencies:
-Remove musicpd
-Add curl
PR: 154421
Submitted by: Grzegorz Blach
Feature safe: yes
Diffstat (limited to 'audio/ario')
-rw-r--r-- | audio/ario/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ario/Makefile b/audio/ario/Makefile index a848f735dc85..00279cc8b51c 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -7,6 +7,7 @@ PORTNAME= ario PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION} @@ -14,12 +15,12 @@ MAINTAINER= magik@roorback.net COMMENT= Ario is a GTK2 client for MPD LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ + curl:${PORTSDIR}/ftp/curl \ notify:${PORTSDIR}/devel/libnotify \ soup:${PORTSDIR}/devel/libsoup22 \ tag_c:${PORTSDIR}/audio/taglib \ unique-1.0:${PORTSDIR}/x11-toolkits/unique \ mpdclient:${PORTSDIR}/audio/libmpdclient -BUILD_DEPENDS= mpd:${PORTSDIR}/audio/musicpd GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-avahi # without this ario don't build |