svn commit: r337188 - head/lang/p5-ExtUtils-F77

Tijl Coosemans tijl at FreeBSD.org
Sun Dec 22 13:20:53 UTC 2013


Author: tijl
Date: Sun Dec 22 13:20:52 2013
New Revision: 337188
URL: http://svnweb.freebsd.org/changeset/ports/337188

Log:
  USES=fortran.

Modified:
  head/lang/p5-ExtUtils-F77/Makefile

Modified: head/lang/p5-ExtUtils-F77/Makefile
==============================================================================
--- head/lang/p5-ExtUtils-F77/Makefile	Sun Dec 22 13:15:23 2013	(r337187)
+++ head/lang/p5-ExtUtils-F77/Makefile	Sun Dec 22 13:20:52 2013	(r337188)
@@ -11,9 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Helps link C programs with Fortran subroutines
 
-USES=		perl5
+USES=		fortran perl5
 USE_PERL5=	configure
-USE_FORTRAN=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|'gfortran44'|'${FC}'|" \


More information about the svn-ports-head mailing list