Disable libadplug (audio/libadplug) support on OSVERSIONS prior to 500000

This commit is contained in:
Emanuel Haupt 2006-09-03 12:39:49 +00:00
parent 67cf77b7a1
commit 4c475713ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172043

View File

@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --with-x11=yes
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --with-debug
.endif
.if defined(WITH_ADPLUG)
.if defined(WITH_ADPLUG) && ${OSVERSION} > 500000
LIB_DEPENDS+= adplug-2.0.1.0:${PORTSDIR}/audio/libadplug
CONFIGURE_ARGS+= --without-x11 --with-adplug
PLIST_SUB+= ADPLUG=""