diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-12 14:01:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-12 14:01:20 +0800 |
commit | 237bca1d50bd7dc0b95429424d5c32ddd9d83189 (patch) | |
tree | a76d66dc1a831b24c60f50b20e9701c298049b87 /math | |
parent | e6e56c1f5274dea0ad5e963fff16721898d2635a (diff) | |
download | freebsd-ports-gnome-237bca1d50bd7dc0b95429424d5c32ddd9d83189.tar.gz freebsd-ports-gnome-237bca1d50bd7dc0b95429424d5c32ddd9d83189.tar.zst freebsd-ports-gnome-237bca1d50bd7dc0b95429424d5c32ddd9d83189.zip |
- Fix BUILD_DEPENDS
Reported by: pointyhat
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 c0220698f306..c4cf6b03574b 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-F77>=0:${PORTSDIR}/lang/p5-F77 +BUILD_DEPENDS+= p5-ExtUtils-F77>=0:${PORTSDIR}/lang/p5-F77 .endif .if defined(WITH_FFTW) |