diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:40:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:40:21 +0000 |
commit | 6adf864b810de100bd21887faadcdf85b56a2e52 (patch) | |
tree | c5527ff33b4f44978bc044b3f75b747288fdbad8 /lang/gnat | |
parent | b15e495041a4fd2f9fafcc7d9540759c4c22a610 (diff) |
Notes
Diffstat (limited to 'lang/gnat')
-rw-r--r-- | lang/gnat/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index 27822a77abcd..a545c31cac00 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -19,9 +19,8 @@ LICENSE= GPLv3 LGPL3 ONLY_FOR_ARCHS= i386 -USE_GMAKE= yes -USES= bison iconv -USE_PERL5_BUILD= yes +USES= bison gmake iconv perl5 +USE_PERL5= build WRKSRC= ${WRKDIR}/build |