diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 17:29:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 17:29:06 +0800 |
commit | fcacd190942f8027d464a3b6e272b36fb9df3d36 (patch) | |
tree | f0fcdd9245d47bb8fe9cbee947c3749fd89158e6 /lang/gnat-aux | |
parent | 6a7f83ba9530013590c99419a9f47bb6ee413e34 (diff) | |
download | freebsd-ports-gnome-fcacd190942f8027d464a3b6e272b36fb9df3d36.tar.gz freebsd-ports-gnome-fcacd190942f8027d464a3b6e272b36fb9df3d36.tar.zst freebsd-ports-gnome-fcacd190942f8027d464a3b6e272b36fb9df3d36.zip |
Convert to new perl framework
Diffstat (limited to 'lang/gnat-aux')
-rw-r--r-- | lang/gnat-aux/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gnat-aux/Makefile.common b/lang/gnat-aux/Makefile.common index cd09f52ac0d9..31fe7e1f39ed 100644 --- a/lang/gnat-aux/Makefile.common +++ b/lang/gnat-aux/Makefile.common @@ -7,10 +7,9 @@ LIB_DEPENDS+= mpc.2:${PORTSDIR}/math/mpc ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_BZIP2= yes -USES= iconv -USE_PERL5_BUILD= yes +USES= gmake iconv perl5 +USE_PERL5= build ALL_TARGET= default MAKE_JOBS_SAFE= yes |