aboutsummaryrefslogtreecommitdiffstats
path: root/devel/apr0
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 08:41:11 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 08:41:11 +0800
commit08401ab584679ba575474618aea9ae870cf34d1a (patch)
tree89d01ce199123abe4719175bfd08a04f821a557e /devel/apr0
parentab5645fbd297bdc50871bb1ce38ca93beddae3c4 (diff)
downloadfreebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.tar.gz
freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.tar.zst
freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'devel/apr0')
-rw-r--r--devel/apr0/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile
index ef9c29c8230f..847ee4e1f8d5 100644
--- a/devel/apr0/Makefile
+++ b/devel/apr0/Makefile
@@ -42,10 +42,6 @@ APR_UTIL_CONF_ARGS= --with-apr=../apr-${PORTVERSION} \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000 && defined(APR_SVN_WITHOUT_THREADS_4)
-APR_UTIL_WITHOUT_THREADS= yes
-.endif
-
.if defined(APR_UTIL_WITHOUT_THREADS)
CONFIGURE_ARGS+= --disable-threads
APR_UTIL_CONF_ARGS+= --disable-threads