aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ocp/Makefile
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2006-09-03 20:39:49 +0800
committerehaupt <ehaupt@FreeBSD.org>2006-09-03 20:39:49 +0800
commit30ec3086267dd983f690780c275aa3d99d63c02b (patch)
treeab4e52b0c423854b7a33f16a0bc118f7d677c508 /audio/ocp/Makefile
parent9f5443c02527f9882b47e37f867043c0266028f1 (diff)
downloadfreebsd-ports-gnome-30ec3086267dd983f690780c275aa3d99d63c02b.tar.gz
freebsd-ports-gnome-30ec3086267dd983f690780c275aa3d99d63c02b.tar.zst
freebsd-ports-gnome-30ec3086267dd983f690780c275aa3d99d63c02b.zip
Disable libadplug (audio/libadplug) support on OSVERSIONS prior to 500000
Diffstat (limited to 'audio/ocp/Makefile')
-rw-r--r--audio/ocp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index e1971b7255dd..5d8243e95498 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -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=""