diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-03 07:07:41 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-03 07:07:41 +0000 |
commit | a02dc7f40b509e14f0a0812ffbfd413874b1814f (patch) | |
tree | 6ddb44f0829ca23a9eeed50c48a8a9672b63d264 /math/octave-devel | |
parent | b90fda1c6cd104fd4a2ed1b88f73a3ce914f78b9 (diff) | |
download | ports-a02dc7f40b509e14f0a0812ffbfd413874b1814f.tar.gz ports-a02dc7f40b509e14f0a0812ffbfd413874b1814f.zip |
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
Notes
Notes:
svn path=/head/; revision=123025
Diffstat (limited to 'math/octave-devel')
-rw-r--r-- | math/octave-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 1d2a74a1264e..a06586b39246 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> |