summaryrefslogtreecommitdiff
path: root/net-p2p/lopster
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2013-06-09 19:30:58 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2013-06-09 19:30:58 +0000
commit1f2b1eac8efc6c78fe5812a440328a74c1db3ec5 (patch)
tree45e6d01ac243fc692b2b3dc21ccf4af150938e8d /net-p2p/lopster
parent- Update to 1.22 (diff)
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports. PR: 179072
Notes
Notes: svn path=/head/; revision=320405
Diffstat (limited to 'net-p2p/lopster')
-rw-r--r--net-p2p/lopster/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile
index a0496bee613d..7f1aa8b2df9b 100644
--- a/net-p2p/lopster/Makefile
+++ b/net-p2p/lopster/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lopster
PORTVERSION= 1.2.2
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= net-p2p
MASTER_SITES= SF \
http://lopster.sourceforge.net/download/
@@ -25,7 +25,7 @@ OPTIONS_DEFAULT= FLAC OGG ZLIB
# --with-flac is on by default
.if ${PORT_OPTIONS:MFLAC}
-LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac
+LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac
.else
CONFIGURE_ARGS+= --without-flac
.endif