Chase audio/libadplug update

This commit is contained in:
Emanuel Haupt 2006-05-18 20:22:55 +00:00
parent aa2f48a00a
commit 488e6adb05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162739

View File

@ -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