diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-18 20:22:55 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-18 20:22:55 +0000 |
commit | 488e6adb052fe3abefb19d7f403c6873745204c0 (patch) | |
tree | 0ffb3cfd7babed1ae339a9f80ce2a52bfe899157 /audio/ocp | |
parent | aa2f48a00a709e1981695aabbdccd44bd851c254 (diff) | |
download | ports-488e6adb052fe3abefb19d7f403c6873745204c0.tar.gz ports-488e6adb052fe3abefb19d7f403c6873745204c0.zip |
Notes
Diffstat (limited to 'audio/ocp')
-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 3aa5379396d6..9fb20c7bb102 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 |