aboutsummaryrefslogtreecommitdiff
path: root/multimedia/motion
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-06-06 16:17:33 +0000
committerChris Rees <crees@FreeBSD.org>2012-06-06 16:17:33 +0000
commite1e5ad3a630c217291f335c818c22bc291582624 (patch)
tree7b1f8883fd814e5d5f2a94162bf08eba3b042999 /multimedia/motion
parent7c60289165e81a28e2a58b31da0cba132188f85f (diff)
downloadports-e1e5ad3a630c217291f335c818c22bc291582624.tar.gz
ports-e1e5ad3a630c217291f335c818c22bc291582624.zip
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)
Notes
Notes: svn path=/head/; revision=298603
Diffstat (limited to 'multimedia/motion')
-rw-r--r--multimedia/motion/Makefile2
1 files changed, 1 insertions, 1 deletions
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