diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-05-18 20:22:55 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-05-18 20:22:55 +0000 |
commit | 5880822803c5df9a843cf55ed58539ef8cb88cdb (patch) | |
tree | 2263170f46a2637feac60fae5a89676ae7f205a0 /audio/ocp/Makefile | |
parent | d6d9912a80d2145f16f9c89c1b4098956aca39b8 (diff) | |
download | FreeBSD-ports-5880822803c5df9a843cf55ed58539ef8cb88cdb.zip FreeBSD-ports-5880822803c5df9a843cf55ed58539ef8cb88cdb.tar.gz |
Chase audio/libadplug update
Diffstat (limited to 'audio/ocp/Makefile')
-rw-r--r-- | audio/ocp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 3aa5379..9fb20c7 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -7,7 +7,7 @@ PORTNAME= ocp PORTVERSION= 0.1.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://labs.nixia.no/ \ http://critical.ch/distfiles/ @@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --with-x11=yes CONFIGURE_ARGS+= --with-debug .endif .if defined(WITH_ADPLUG) -LIB_DEPENDS+= adplug-1.5.1:${PORTSDIR}/audio/libadplug +LIB_DEPENDS+= adplug-2.0.0:${PORTSDIR}/audio/libadplug CONFIGURE_ARGS+= --without-x11 --with-adplug PLIST_SUB+= ADPLUG="" .else |