diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-03-18 01:35:49 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-03-18 01:35:49 +0000 |
commit | 8e11aef009bd17963951ea760e8200714582f143 (patch) | |
tree | d409f27b455964ffb1015c96627d597e3e0faede /math/yacas | |
parent | 4146e202cc251781a55df25c48a0a017a6737e42 (diff) | |
download | pkgsrc-8e11aef009bd17963951ea760e8200714582f143.tar.gz |
add a build dependency on perl5 so the documentation will get built.
Fixes recent packaging problems noted in the bulk builds.
Diffstat (limited to 'math/yacas')
-rw-r--r-- | math/yacas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile index f60a18efafb..d6fe37734e3 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/03/12 01:15:45 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.13 2004/03/18 01:35:49 dmcmahill Exp $ # DISTNAME= yacas-1.0.56 @@ -15,6 +15,7 @@ USE_GCC_SHLIB= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES USE_X11= YES +USE_PERL5= build TEST_TARGET= test |