diff options
author | tijl <tijl@FreeBSD.org> | 2013-12-22 21:20:52 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-12-22 21:20:52 +0800 |
commit | 0a90150d5d093253ed9026b9e9aa8d1b68d13b44 (patch) | |
tree | c3e82ec2ccd5a34d8a9c3202c5d66549fd2adb37 /lang/p5-ExtUtils-F77 | |
parent | 33cb899ab6cc89b95d27199a26b361730e7fe7ed (diff) | |
download | freebsd-ports-gnome-0a90150d5d093253ed9026b9e9aa8d1b68d13b44.tar.gz freebsd-ports-gnome-0a90150d5d093253ed9026b9e9aa8d1b68d13b44.tar.zst freebsd-ports-gnome-0a90150d5d093253ed9026b9e9aa8d1b68d13b44.zip |
USES=fortran.
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}'|" \ |