diff options
-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/ \ |