Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 09:29:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327462 - head/lang/gnat-aux
Message-ID:  <201309170929.r8H9T6L0016926@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep 17 09:29:06 2013
New Revision: 327462
URL: http://svnweb.freebsd.org/changeset/ports/327462

Log:
  Convert to new perl framework

Modified:
  head/lang/gnat-aux/Makefile.common

Modified: head/lang/gnat-aux/Makefile.common
==============================================================================
--- head/lang/gnat-aux/Makefile.common	Tue Sep 17 09:28:01 2013	(r327461)
+++ head/lang/gnat-aux/Makefile.common	Tue Sep 17 09:29:06 2013	(r327462)
@@ -7,10 +7,9 @@ LIB_DEPENDS+=		mpc.2:${PORTSDIR}/math/mp
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309170929.r8H9T6L0016926>