From 091651341588dcf352aff619e01671b7dbaf5938 Mon Sep 17 00:00:00 2001 From: crees Date: Wed, 6 Jun 2012 16:17:33 +0000 Subject: Remove obsolete OSVERSION check-- ports no longer work on 6.X PR: ports/168276 Submitted by: crees Approved by: maintainer timeout (ack@telefonica.net, two weeks) --- multimedia/motion/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multimedia') diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index a2efa78f1942..7cbef180497c 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -52,7 +52,7 @@ BUILD_DEPENDS+= v4l_compat>=1.0.20060801:${PORTSDIR}/multimedia/v4l_compat RUN_DEPENDS+= /boot/modules/pwc.ko:${PORTSDIR}/multimedia/pwcbsd .endif -.if defined(WITH_LINUXTHREADS) || ${OSVERSION} < 504000 +.if defined(WITH_LINUXTHREADS) CONFIGURE_ARGS= --with-linuxthreads LIB_DEPENDS+= lthread.[35]:${PORTSDIR}/devel/linuxthreads .endif -- cgit