diff options
Diffstat (limited to 'audio/ocp/Makefile')
-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 904d6579908..10a73b7a2a4 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -7,6 +7,7 @@ PORTNAME= ocp PORTVERSION= 0.1.13 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://stian.lunafish.org/ocp/ \ http://critical.ch/distfiles/ \ @@ -60,7 +61,7 @@ CONFIGURE_ARGS+= --with-x11=yes CONFIGURE_ARGS+= --with-debug .endif .if defined(WITH_ADPLUG) -LIB_DEPENDS+= adplug-2.0.1.0:${PORTSDIR}/audio/libadplug +LIB_DEPENDS+= adplug-2.1:${PORTSDIR}/audio/libadplug CONFIGURE_ARGS+= --without-x11 --with-adplug PLIST_SUB+= ADPLUG="" .else |