diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 10:01:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 10:01:29 +0800 |
commit | 30692bcf95616dd19481e08304ab4b7d2b142b8c (patch) | |
tree | 9d39f9a71f224f7ed908a4d37231bb94a3f01b5c /multimedia/motion | |
parent | 95e1b4adc3c217295ee0fb10edc368df8849ce34 (diff) | |
download | freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.tar.gz freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.tar.zst freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'multimedia/motion')
-rw-r--r-- | multimedia/motion/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index 4178ab34877f..b11277743381 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -53,13 +53,7 @@ CFLAGS+= -DWITHOUT_V4L .if defined(WITH_LINUXTHREADS) || ${OSVERSION} < 504000 CONFIGURE_ARGS= --with-linuxthreads - -.if ${OSVERSION} > 500000 LIB_DEPENDS+= lthread.[35]:${PORTSDIR}/devel/linuxthreads -.else -LIB_DEPENDS+= lthread.[24]:${PORTSDIR}/devel/linuxthreads -.endif - .endif post-install: |