diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-09-03 12:39:49 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-09-03 12:39:49 +0000 |
commit | 4c475713ef6b955962fe1d2169afb0aed27df8e2 (patch) | |
tree | 1511e0c73fd0003940523b954e607653905e80c5 /audio/ocp | |
parent | 67cf77b7a11f2333841fc359cf20cfa5577880ea (diff) | |
download | ports-4c475713ef6b955962fe1d2169afb0aed27df8e2.tar.gz ports-4c475713ef6b955962fe1d2169afb0aed27df8e2.zip |
Notes
Diffstat (limited to 'audio/ocp')
-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="" |