diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:43:14 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:43:14 +0000 |
commit | c189a6b2da9cbee7ff927b553a75d1280f12253e (patch) | |
tree | eab313d2cb66a1c1bedfa134756b2754c49555fd /audio/xmms2 | |
parent | decc454be4c8a3fc37cf46bb14d1b2da283dc47c (diff) | |
download | ports-c189a6b2da9cbee7ff927b553a75d1280f12253e.tar.gz ports-c189a6b2da9cbee7ff927b553a75d1280f12253e.zip |
Notes
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 833a2f28ba47..75754ba3390b 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -11,6 +11,7 @@ DISTVERSION= 0.5DrLecter CATEGORIES?= audio MASTER_SITES= SF DISTNAME= ${PORTNAME}-${DISTVERSION} +PORTREVISION?= 1 MAINTAINER= alexbl@FreeBSD.org COMMENT?= Rewrite of xmms as a client/server system (developer release) @@ -87,7 +88,7 @@ EXCLUDE+= --without-optionals="python" --without-optionals="ruby" --without-opti .if !defined(XMMS2_SLAVE) .if !defined(WITHOUT_CURL) -LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl PLIST_SUB+= CURL="" .else EXCLUDE+= --without-plugins="curl" --without-plugins="icymetaint" |