diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-12-22 13:20:52 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-12-22 13:20:52 +0000 |
commit | 140ec0e71f4eaee102e69ec07ddcfa6e3c80d458 (patch) | |
tree | c3e82ec2ccd5a34d8a9c3202c5d66549fd2adb37 /lang/p5-ExtUtils-F77 | |
parent | 5e4c1c536f1f2f0efebe6aef9b92f20ed2b0f576 (diff) |
Notes
Diffstat (limited to 'lang/p5-ExtUtils-F77')
-rw-r--r-- | lang/p5-ExtUtils-F77/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/p5-ExtUtils-F77/Makefile b/lang/p5-ExtUtils-F77/Makefile index c25ed0007f06..42e036fd1e2e 100644 --- a/lang/p5-ExtUtils-F77/Makefile +++ b/lang/p5-ExtUtils-F77/Makefile @@ -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}'|" \ |