aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/clucene
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-01-07 01:43:44 +0800
committerwxs <wxs@FreeBSD.org>2009-01-07 01:43:44 +0800
commit27a736fb02fecd595cc796a3b6ef1617479e56ac (patch)
tree68b15647c974de831db75d2d9d7e4711a809a395 /textproc/clucene
parent89a56cf662a394a87c66ec55cfad74f79014a10b (diff)
downloadfreebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.tar.gz
freebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.tar.zst
freebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.zip
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
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>