From 30587b71c295aa8390c7bfa294a89bd80cb7b8ce Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Sun, 6 Jun 2010 20:44:03 +0000 Subject: Bump PORTREVISION for ports that depend on libogg, directly or indirectly (via libvorbis, libtheora). --- net-p2p/lopster/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-p2p/lopster') 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 -.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) -- cgit v1.2.3