summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2004-12-03 07:07:41 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2004-12-03 07:07:41 +0000
commita02dc7f40b509e14f0a0812ffbfd413874b1814f (patch)
tree6ddb44f0829ca23a9eeed50c48a8a9672b63d264 /math
parentFix perl build dependency. (diff)
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')
-rw-r--r--math/octave-devel/Makefile1
-rw-r--r--math/octave/Makefile1
2 files changed, 2 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>
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 1d2a74a1264e..a06586b39246 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>