aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-06-07 00:17:33 +0800
committercrees <crees@FreeBSD.org>2012-06-07 00:17:33 +0800
commit091651341588dcf352aff619e01671b7dbaf5938 (patch)
tree1a674f3424c463f248f5871c891d1a58afe049be /multimedia
parentf713c92e54c3fc69a15dc94e5089c859f6d33aa2 (diff)
downloadfreebsd-ports-gnome-091651341588dcf352aff619e01671b7dbaf5938.tar.gz
freebsd-ports-gnome-091651341588dcf352aff619e01671b7dbaf5938.tar.zst
freebsd-ports-gnome-091651341588dcf352aff619e01671b7dbaf5938.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)
Diffstat (limited to 'multimedia')
-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