From 3850f1ceede83eb5e74c70b83394233426fd7764 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Tue, 5 Jan 2010 15:23:28 +0000 Subject: [PATCH] Chase audio/libadplug update --- audio/ocp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 63d79b1519c6..d72d7a31a705 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -7,6 +7,7 @@ PORTNAME= ocp PORTVERSION= 0.1.18 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://stian.cubic.org/ocp/ \ @@ -80,7 +81,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-* .endif .if defined(WITH_ADPLUG) -LIB_DEPENDS+= adplug-2.1:${PORTSDIR}/audio/libadplug +LIB_DEPENDS+= adplug-2.2:${PORTSDIR}/audio/libadplug CONFIGURE_ARGS+= --with-adplug PLIST_SUB+= ADPLUG="" .else