aboutsummaryrefslogtreecommitdiff
path: root/www/aria2/Makefile
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2013-12-07 10:50:23 +0000
committerGlen Barber <gjb@FreeBSD.org>2013-12-07 10:50:23 +0000
commit0dd076723fe4075e6b2576a07ad9d9d7b48e3afd (patch)
tree38fb9960e79051a9af0cbb9227ac29e242d7f14f /www/aria2/Makefile
parenta88615c3853b88cd475dbe31860818a8fa4eba67 (diff)
downloadports-0dd076723fe4075e6b2576a07ad9d9d7b48e3afd.tar.gz
ports-0dd076723fe4075e6b2576a07ad9d9d7b48e3afd.zip
To prevent fallout of lowering __FreeBSD_version in releng/10.0 branch,
adjust OSVERSION evaluation in ports that specifically use '100050N'. Approved by: affected maintainers (implicit) Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=335824
Diffstat (limited to 'www/aria2/Makefile')
-rw-r--r--www/aria2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index 6466eb3b1ce9..a5a15c76b9fd 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -48,7 +48,7 @@ ARIA2_DISK_CACHE?= 16M
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 1000500 && !exists(/usr/lib/libc++.so)
+.if ${OSVERSION} < 1000100 && !exists(/usr/lib/libc++.so)
BROKEN= Build with clang and libc++ only
.endif