diff options
-rw-r--r-- | audio/ocp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |