aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/lopster
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2010-06-06 20:44:03 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2010-06-06 20:44:03 +0000
commit30587b71c295aa8390c7bfa294a89bd80cb7b8ce (patch)
treee5ec60956c799dd57754a970be6a41ed50bc7080 /net-p2p/lopster
parent58f70f4c9436aeb8109c50813e0cc45eb0d878f9 (diff)
downloadports-30587b71c295aa8390c7bfa294a89bd80cb7b8ce.tar.gz
ports-30587b71c295aa8390c7bfa294a89bd80cb7b8ce.zip
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Notes
Notes: svn path=/head/; revision=255958
Diffstat (limited to 'net-p2p/lopster')
-rw-r--r--net-p2p/lopster/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile
index 86be84436cfd..f95cc8709045 100644
--- a/net-p2p/lopster/Makefile
+++ b/net-p2p/lopster/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lopster
PORTVERSION= 1.2.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net-p2p
MASTER_SITES= SF \
http://lopster.sourceforge.net/download/
@@ -24,12 +24,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
-.if exists(${LOCALBASE}/lib/libogg.so.4)
+.if exists(${LOCALBASE}/lib/libogg.so.7)
WITH_OGG= yes
.endif
.if defined(WITH_OGG)
-LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg
+LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg
.endif
.if !defined(WITHOUT_ZLIB)