diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-01-05 15:23:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-01-05 15:23:28 +0000 |
commit | 3850f1ceede83eb5e74c70b83394233426fd7764 (patch) | |
tree | a29325221fd66b542c5bd7d6fedca56e8af9764a /audio | |
parent | fc28714bb999556a4eb5e8eda2010203d592abf3 (diff) | |
download | ports-3850f1ceede83eb5e74c70b83394233426fd7764.tar.gz ports-3850f1ceede83eb5e74c70b83394233426fd7764.zip |
Notes
Diffstat (limited to 'audio')
-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 |