aboutsummaryrefslogtreecommitdiff
path: root/math/octave-devel
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/octave-devel
parentb90fda1c6cd104fd4a2ed1b88f73a3ce914f78b9 (diff)
downloadports-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/Makefile1
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>