diff options
Diffstat (limited to 'net-p2p/lopster')
-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 1a591ee..fe624a0 100644 --- a/net-p2p/lopster/Makefile +++ b/net-p2p/lopster/Makefile @@ -28,11 +28,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libogg.so.4) -WITH_LIBOGG= yes +WITH_LIBOGG= yes .endif .if defined(WITH_LIBOGG) -LIB_DEPENDS+= ogg.4:${PORTSDIR}/audio/libogg +LIB_DEPENDS+= ogg.4:${PORTSDIR}/audio/libogg .endif pre-everything:: |