diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-03 07:07:41 +0000 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-03 07:07:41 +0000 |
commit | abc6debc8e49c6fd59cba13916e43b8076f85a1e (patch) | |
tree | a69ec2c53847d8278f8f6452e108b63391f3f7f2 /math | |
parent | ddea113a8deb27114030b4b40e7114038299da67 (diff) | |
download | FreeBSD-ports-abc6debc8e49c6fd59cba13916e43b8076f85a1e.zip FreeBSD-ports-abc6debc8e49c6fd59cba13916e43b8076f85a1e.tar.gz |
Add perl build dependency.
Previously it was picked up by imake, which was run time dependency for
X libraries. Since this will no longer hold, specify perl explicitly.
Pointed out by: dosirak via kris, while testing X.Org upgrade
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-devel/Makefile | 1 | ||||
-rw-r--r-- | math/octave/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 1d2a74a..a06586b 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ atlas.1:${PORTSDIR}/math/atlas USE_BZIP2= yes +USE_PERL5_BUILD=yes .include <bsd.port.pre.mk> diff --git a/math/octave/Makefile b/math/octave/Makefile index 1d2a74a..a06586b 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ atlas.1:${PORTSDIR}/math/atlas USE_BZIP2= yes +USE_PERL5_BUILD=yes .include <bsd.port.pre.mk> |