From 838e5c42653275a572db21f4248c8589f59a0702 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Tue, 15 Aug 2006 12:59:58 +0000 Subject: - Chase audio/libadplug update - Use USE_LDCONFIG --- audio/ocp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio/ocp/Makefile') diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 98de8258ae3d..e1971b7255dd 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -7,7 +7,7 @@ PORTNAME= ocp PORTVERSION= 0.1.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://stian.lunafish.org/ocp/ \ http://critical.ch/distfiles/ \ @@ -25,6 +25,7 @@ ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes USE_GMAKE= yes USE_GCC= 3.4+ +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib @@ -65,7 +66,7 @@ CONFIGURE_ARGS+= --with-x11=yes CONFIGURE_ARGS+= --with-debug .endif .if defined(WITH_ADPLUG) -LIB_DEPENDS+= adplug-2.0.0:${PORTSDIR}/audio/libadplug +LIB_DEPENDS+= adplug-2.0.1.0:${PORTSDIR}/audio/libadplug CONFIGURE_ARGS+= --without-x11 --with-adplug PLIST_SUB+= ADPLUG="" .else -- cgit