diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-09-03 20:39:49 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-09-03 20:39:49 +0800 |
commit | 30ec3086267dd983f690780c275aa3d99d63c02b (patch) | |
tree | ab4e52b0c423854b7a33f16a0bc118f7d677c508 /audio/ocp/Makefile | |
parent | 9f5443c02527f9882b47e37f867043c0266028f1 (diff) | |
download | freebsd-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/Makefile | 2 |
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="" |