diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 05:56:13 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 05:56:13 +0000 |
commit | 805d0a4e6fc39a9512f4246cdd7b4e59c5e89237 (patch) | |
tree | b1b5c42ee96e23c58755941c5e4dd8b30b2180a4 /lang | |
parent | e3b673806268dc41cb9f2072a5fc3278ac72603f (diff) | |
download | ports-805d0a4e6fc39a9512f4246cdd7b4e59c5e89237.tar.gz ports-805d0a4e6fc39a9512f4246cdd7b4e59c5e89237.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index a860d7417ffa..21dd529b256b 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -25,6 +25,7 @@ COMMENT= The GNU Ada Compiler system CONFLICTS= gcc-3.4.* USE_GMAKE= yes +USE_BISON= yes .include <bsd.port.pre.mk> @@ -98,7 +99,7 @@ have_boot= ONLY_FOR_ARCHS= i386 DISTFILES+= gnat-3.15p-boot.tar.gz:boot .if ${OSVERSION} >= 500000 -BUILD_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x +LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x .endif # Warning! You need the trailing slash on GCC_EXEC_PREFIX. COMPILEDATA= GCC_EXEC_PREFIX=${WRKDIR}/adaboot/lib/gcc-lib/ \ |