aboutsummaryrefslogtreecommitdiff
path: root/multimedia/motion/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-08-11 10:13:58 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-08-11 10:13:58 +0000
commit75ecf0d2e3326ab178de5e19fa6bc1cfd9c6940f (patch)
treea4831687d312ebe22c7cc3beb36ff78781d1a7a3 /multimedia/motion/Makefile
parent10ce5a2bd96fed634da52bf05bb3fd03511eaf3c (diff)
downloadports-75ecf0d2e3326ab178de5e19fa6bc1cfd9c6940f.tar.gz
ports-75ecf0d2e3326ab178de5e19fa6bc1cfd9c6940f.zip
Notes
Diffstat (limited to 'multimedia/motion/Makefile')
-rw-r--r--multimedia/motion/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile
index 653f663a3d4c..9472d7da3781 100644
--- a/multimedia/motion/Makefile
+++ b/multimedia/motion/Makefile
@@ -6,13 +6,12 @@
#
PORTNAME= motion
-PORTVERSION= 3.2.11
-PORTREVISION= 2
+PORTVERSION= 3.2.11.1
CATEGORIES= multimedia
MASTER_SITES= SF
PATCH_SITES= http://www.lavrsen.dk/twiki/pub/Motion/FreeBSDPatch/
-PATCHFILES= motion-3.2.11.port-freebsd.diff.gz
+PATCHFILES= motion-3.2.11.1.port-freebsd.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= ack@telefonica.net
@@ -52,7 +51,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)
+.if defined(WITH_LINUXTHREADS) || ${OSVERSION} < 504000
CONFIGURE_ARGS= --with-linuxthreads
LIB_DEPENDS+= lthread.[35]:${PORTSDIR}/devel/linuxthreads
.endif