svn commit: r327462 - head/lang/gnat-aux

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 17 09:29:06 UTC 2013


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
 


More information about the svn-ports-all mailing list