summaryrefslogtreecommitdiff
path: root/lang/gnat
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-01-21 04:59:56 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-01-21 04:59:56 +0000
commitc1c2fa1e6825fc75d742a7b14cb1e629e432f796 (patch)
tree7d4ef3ab28a1bd31df0d90c3adfa5bfaddd1b962 /lang/gnat
parent- Update Version to 0.72 (diff)
- Define USE_ICONV properly. This fixes textproc/words build, which failed
with /libexec/ld-elf.so.1: Shared object "libiconv.so.3" not found, required by "gnatgcc" PR: ports/108138 Submitted by: rafan Approved by: Daniel Eischen <eischen at vigrid.com> (maintainer)
Notes
Notes: svn path=/head/; revision=182883
Diffstat (limited to 'lang/gnat')
-rw-r--r--lang/gnat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index a78d1046df1b..6e37a7d84791 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -15,6 +15,7 @@
PORTNAME= gnat
PORTVERSION= 2006
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_LOCAL}:boot
MASTER_SITE_SUBDIR= deischen/gcc/:boot
@@ -26,6 +27,7 @@ COMMENT= The GNU Ada Compiler system
CONFLICTS= gcc-3.4.*
USE_GMAKE= yes
USE_BISON= yes
+USE_ICONV= yes
USE_PERL5_RUN= yes
.include <bsd.port.pre.mk>