summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-12-05 23:29:35 +0000
committeredwin <edwin@FreeBSD.org>2005-12-05 23:29:35 +0000
commit28997d632d96de179ea85b02ff65b2414500ce74 (patch)
treec030247898734824228f227138266737fd485c5d /lang
parent4036e31cecf6dea1bdfdb2c6f0ac36d8cd60cca7 (diff)
downloadFreeBSD-ports-28997d632d96de179ea85b02ff65b2414500ce74.zip
FreeBSD-ports-28997d632d96de179ea85b02ff65b2414500ce74.tar.gz
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
Diffstat (limited to 'lang')
-rw-r--r--lang/gnat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index 31d9b7a..c14d232 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/ \
OpenPOWER on IntegriCloud