diff options
author | kristerw <kristerw> | 2005-05-07 15:21:19 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-05-07 15:21:19 +0000 |
commit | 68ea44756e0117d487290ebeaa0c46f0da4a62e9 (patch) | |
tree | 642c30b924f7685caf3440cd65d8d3f2f14df54b /math/maxima | |
parent | 6a9a41cc3aea19624577ec6650ece49ead565ff5 (diff) | |
download | pkgsrc-68ea44756e0117d487290ebeaa0c46f0da4a62e9.tar.gz |
Perl is needed to format the documentation. Add USE_PERL5=build.
Diffstat (limited to 'math/maxima')
-rw-r--r-- | math/maxima/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 88dadc18052..df21d969164 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/04/28 19:07:52 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2005/05/07 15:21:19 kristerw Exp $ # DISTNAME= maxima-5.9.1 @@ -14,5 +14,6 @@ DEPENDS+= tk-[0-9]*:../../x11/tk GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-clisp +USE_PERL5= build .include "../../mk/bsd.pkg.mk" |