aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2004-12-03 15:07:41 +0800
committerlesi <lesi@FreeBSD.org>2004-12-03 15:07:41 +0800
commitabc6debc8e49c6fd59cba13916e43b8076f85a1e (patch)
treea69ec2c53847d8278f8f6452e108b63391f3f7f2 /math/octave
parentddea113a8deb27114030b4b40e7114038299da67 (diff)
downloadfreebsd-ports-graphics-abc6debc8e49c6fd59cba13916e43b8076f85a1e.tar.gz
freebsd-ports-graphics-abc6debc8e49c6fd59cba13916e43b8076f85a1e.tar.zst
freebsd-ports-graphics-abc6debc8e49c6fd59cba13916e43b8076f85a1e.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
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 1d2a74a1264..a06586b3924 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>