diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-08 01:38:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-08 01:38:17 +0800 |
commit | 7a281bdc0d0c8bb018d00ff4e0d5773f379d6f87 (patch) | |
tree | 8cbc8fe1f8ecfacf335ab6233f7b47d0a7361cfd /math | |
parent | 89f0011d98ea676963d11223720382d4c24a9ecc (diff) | |
download | freebsd-ports-gnome-7a281bdc0d0c8bb018d00ff4e0d5773f379d6f87.tar.gz freebsd-ports-gnome-7a281bdc0d0c8bb018d00ff4e0d5773f379d6f87.tar.zst freebsd-ports-gnome-7a281bdc0d0c8bb018d00ff4e0d5773f379d6f87.zip |
- Update BUILD_DEPENDS
Diffstat (limited to 'math')
-rw-r--r-- | math/PDL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 78a77e445fe5..b3b01b54d4a6 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -66,7 +66,7 @@ LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd .endif .if defined(WITH_F77) -BUILD_DEPENDS+= p5-ExtUtils-F77>=0:${PORTSDIR}/lang/p5-F77 +BUILD_DEPENDS+= p5-ExtUtils-F77>=0:${PORTSDIR}/lang/p5-ExtUtils-F77 .endif .if defined(WITH_FFTW) |