aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-01-21 12:59:56 +0800
committerrafan <rafan@FreeBSD.org>2007-01-21 12:59:56 +0800
commit9427dd637fea5b6e90acdb777cbc38ac548f21b0 (patch)
tree30f30c337b176de8fba1173eff872bf84fc1dc23 /lang
parenta9dc06e1856c2ffa7d6b7b824bc250d0726a1753 (diff)
downloadfreebsd-ports-gnome-9427dd637fea5b6e90acdb777cbc38ac548f21b0.tar.gz
freebsd-ports-gnome-9427dd637fea5b6e90acdb777cbc38ac548f21b0.tar.zst
freebsd-ports-gnome-9427dd637fea5b6e90acdb777cbc38ac548f21b0.zip
- 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)
Diffstat (limited to 'lang')
-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>