summaryrefslogtreecommitdiff
path: root/lang/gnat
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 05:56:13 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 05:56:13 +0000
commit805d0a4e6fc39a9512f4246cdd7b4e59c5e89237 (patch)
treeb1b5c42ee96e23c58755941c5e4dd8b30b2180a4 /lang/gnat
parent- Don't try and remove share/pixmaps since it's in mtree (diff)
Add dependency on bison
Make dependency on c.4 a lib_depends instead of a build_depends.
Notes
Notes: svn path=/head/; revision=150442
Diffstat (limited to 'lang/gnat')
-rw-r--r--lang/gnat/Makefile3
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/ \