diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 05:36:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 05:36:39 +0800 |
commit | ce63afce79cdadc19f08fb68107d342b48f952a9 (patch) | |
tree | b94400f72c2b6e4dfb9741e0a6ff3bc33d232358 /multimedia/motion | |
parent | 5db9c2715f2cb550af20c58ae212b7179f7759ea (diff) | |
download | freebsd-ports-gnome-ce63afce79cdadc19f08fb68107d342b48f952a9.tar.gz freebsd-ports-gnome-ce63afce79cdadc19f08fb68107d342b48f952a9.tar.zst freebsd-ports-gnome-ce63afce79cdadc19f08fb68107d342b48f952a9.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'multimedia/motion')
-rw-r--r-- | multimedia/motion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index bc30556e9975..8cc285746426 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 |