diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-06-09 19:30:58 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-06-09 19:30:58 +0000 |
commit | 1f2b1eac8efc6c78fe5812a440328a74c1db3ec5 (patch) | |
tree | 45e6d01ac243fc692b2b3dc21ccf4af150938e8d /net-p2p | |
parent | b6702c813611f59c5c532b812919372252db5fc7 (diff) | |
download | ports-1f2b1eac8efc6c78fe5812a440328a74c1db3ec5.tar.gz ports-1f2b1eac8efc6c78fe5812a440328a74c1db3ec5.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/lopster/Makefile | 4 |
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 |