diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-01-05 23:23:28 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-01-05 23:23:28 +0800 |
commit | dc761fedb014f69f8101ddc0d28cb75cd387933e (patch) | |
tree | ed0947280f4b962e8341b187ef07e47ea73dd3bc | |
parent | 8e03314c5f0c24159566b7734fe4dee1b81fee7d (diff) | |
download | freebsd-ports-gnome-dc761fedb014f69f8101ddc0d28cb75cd387933e.tar.gz freebsd-ports-gnome-dc761fedb014f69f8101ddc0d28cb75cd387933e.tar.zst freebsd-ports-gnome-dc761fedb014f69f8101ddc0d28cb75cd387933e.zip |
Chase audio/libadplug update
-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 |