Date: Sun, 22 Dec 2013 13:20:52 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337188 - head/lang/p5-ExtUtils-F77 Message-ID: <201312221320.rBMDKqYU060661@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}'|" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312221320.rBMDKqYU060661>