summaryrefslogtreecommitdiff
path: root/audio/mpdscribble/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpdscribble/Makefile')
-rw-r--r--audio/mpdscribble/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpdscribble/Makefile b/audio/mpdscribble/Makefile
index b01086045e1b..ddcda4e5a7e3 100644
--- a/audio/mpdscribble/Makefile
+++ b/audio/mpdscribble/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mpdscribble
PORTVERSION= 0.22
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION}
@@ -29,7 +30,7 @@ SOUP_DESC= Use libsoup instead of libcurl
LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup
CONFIGURE_ARGS+= --with-http-client=soup
.else
-LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+= --with-http-client=curl
.endif