diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-04-21 12:45:44 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-04-21 12:45:44 +0000 |
commit | fcf42e8d1c4a9ae1359653cd0e781e54532e69df (patch) | |
tree | e7916f81e6c6fd410b27a33d7cc31654f5873f31 | |
parent | da356db143d04ac3fb7496eff8adf65c6080be6e (diff) | |
download | freebsd-ports-fcf42e8d1c4a9ae1359653cd0e781e54532e69df.zip |
Chase 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 904d6579908c..10a73b7a2a48 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 |