summaryrefslogtreecommitdiff
path: root/lang/gnat
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 23:29:35 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 23:29:35 +0000
commit64e02b60643f60c0673f707e0c5961fdb9342940 (patch)
treede8303ff0f94f48fd530e3e7c1f5ba913eb2333f /lang/gnat
parentAdd tilda, a Drop down x11 terminal with transparency support (diff)
The libc.so.4 is only needed when building it, so add a build-dependency
on {LOCALBASE}/compat/lib/libc.so.4 instaed of a lib-dependency on c.4
Notes
Notes: svn path=/head/; revision=150499
Diffstat (limited to 'lang/gnat')
-rw-r--r--lang/gnat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index 31d9b7afae80..c14d232f1053 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -96,7 +96,7 @@ have_boot=
ONLY_FOR_ARCHS= i386
DISTFILES+= gnat-3.15p-boot.tar.gz:boot
.if ${OSVERSION} >= 500000
-LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
+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/ \