diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-03 21:29:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-03 21:29:34 +0000 |
commit | 6bdc73f9b82c6a4f3b2270cfc3a94b01d3b92c0d (patch) | |
tree | ce2bd6b454e6cd401f51bde9a43af0f90d7cabc1 /math/yacas | |
parent | Remove perl from Makefile, see (diff) |
Port needs PERL to build.
See http://bento.freebsd.org/errorlogs/5-latest/yacas-1.0.52.log.
Diffstat (limited to 'math/yacas')
-rw-r--r-- | math/yacas/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile index b4983ad59edf..bb7d2dfc31d0 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes USE_GMAKE= yes +USE_PERL5= yes .include <bsd.port.pre.mk> |