summaryrefslogtreecommitdiff
path: root/lang/gnat
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:25:18 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:25:18 +0000
commit5555d89b50c7710cb97fb22ca6af251e6404e404 (patch)
tree700b4c9a8ec0af3f2f98ea0c4dc852268cc67aaf /lang/gnat
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200774
Diffstat (limited to 'lang/gnat')
-rw-r--r--lang/gnat/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index 6e37a7d84791..fc885956b66b 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -97,9 +97,7 @@ have_boot=
.if empty(have_boot)
ONLY_FOR_ARCHS= i386
DISTFILES+= gnat-3.15p-boot.tar.gz:boot
-.if ${OSVERSION} >= 500000
BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libc.so.4:${PORTSDIR}/misc/compat4x
-.endif
# Warning! You need the trailing slash on GCC_EXEC_PREFIX.
COMPILEDATA= GCC_EXEC_PREFIX=${WRKDIR}/adaboot/lib/gcc-lib/ \
ADA_INCLUDE_PATH=${WRKDIR}/adaboot/lib/gcc-lib/adainclude \