diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 23:29:35 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 23:29:35 +0000 |
commit | 28997d632d96de179ea85b02ff65b2414500ce74 (patch) | |
tree | c030247898734824228f227138266737fd485c5d /lang | |
parent | 4036e31cecf6dea1bdfdb2c6f0ac36d8cd60cca7 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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/ \ |