aboutsummaryrefslogtreecommitdiff
path: root/textproc/clucene
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-01-06 17:43:44 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-01-06 17:43:44 +0000
commit7b4ee14e1fc34f0768f24115ada4f2d23bd35e75 (patch)
tree98b7a5465e92a2c035d88004521e64753c08b0ef /textproc/clucene
parent856903091afce38773f4c8d6d5604d3e97d0fa88 (diff)
downloadports-7b4ee14e1fc34f0768f24115ada4f2d23bd35e75.tar.gz
ports-7b4ee14e1fc34f0768f24115ada4f2d23bd35e75.zip
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Notes
Notes: svn path=/head/; revision=225333
Diffstat (limited to 'textproc/clucene')
-rw-r--r--textproc/clucene/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/clucene/Makefile b/textproc/clucene/Makefile
index c2339b0b6fef..9c8fea8f31a5 100644
--- a/textproc/clucene/Makefile
+++ b/textproc/clucene/Makefile
@@ -26,8 +26,4 @@ USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS+= --enable-ascii
.endif
-.if ${OSVERSION} < 500016
-CONFIGURE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS}
-.endif
-
.include <bsd.port.post.mk>